1 implementation of IWpfThemeService
Microsoft.VisualStudio.LanguageServices (1)
VSWpfThemeService.cs (1)
23
internal class VSWpfThemeService :
IWpfThemeService
8 references to IWpfThemeService
Microsoft.CodeAnalysis.EditorFeatures.Wpf (5)
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
33
IWpfThemeService
? themeService,
InlineRename\UI\InlineRenameAdornmentManager.cs (2)
24
private readonly
IWpfThemeService
? _themeService;
42
IWpfThemeService
? themeService,
InlineRename\UI\InlineRenameAdornmentProvider.cs (2)
30
private readonly
IWpfThemeService
? _themeingService;
53
[Import(AllowDefault = true)]
IWpfThemeService
? themeingService,
Microsoft.VisualStudio.LanguageServices (3)
StackTraceExplorer\StackTraceExplorerToolWindow.cs (2)
129
var
themingService = roslynPackage.ComponentModel.GetService<
IWpfThemeService
>();
VSWpfThemeService.cs (1)
22
[Export(typeof(
IWpfThemeService
)), Shared]