4 references to GetImageSource
Microsoft.VisualStudio.LanguageServices (4)
CallHierarchy\CallHierarchyProvider.cs (2)
74() => symbol.GetGlyph().GetImageSource(GlyphService), 100Glyph.FieldPublic.GetImageSource(GlyphService),
Utilities\SymbolViewModel.cs (1)
49public ImageSource Glyph => Symbol.GetGlyph().GetImageSource(_glyphService);
ValueTracking\TreeItemViewModel.cs (1)
36public ImageSource GlyphImage => _glyph.GetImageSource(_glyphService);