1 implementation of IWpfThemeService
Microsoft.VisualStudio.LanguageServices (1)
VSWpfThemeService.cs (1)
17internal sealed class VSWpfThemeService : IWpfThemeService
7 references to IWpfThemeService
Microsoft.CodeAnalysis.EditorFeatures (4)
InlineRename\UI\InlineRenameAdornmentManager.cs (2)
23private readonly IWpfThemeService? _themeService; 43IWpfThemeService? themeService,
InlineRename\UI\InlineRenameAdornmentProvider.cs (2)
30private readonly IWpfThemeService? _themeingService; 58[Import(AllowDefault = true)] IWpfThemeService? themeingService,
Microsoft.VisualStudio.LanguageServices (3)
StackTraceExplorer\StackTraceExplorerToolWindow.cs (2)
128var themingService = roslynPackage.ComponentModel.GetService<IWpfThemeService>();
VSWpfThemeService.cs (1)
16[Export(typeof(IWpfThemeService)), Shared]