1 implementation of ApplyThemeToElement
Microsoft.VisualStudio.LanguageServices (1)
VSWpfThemeService.cs (1)
28public void ApplyThemeToElement(FrameworkElement frameworkElement)
2 references to ApplyThemeToElement
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\UI\InlineRenameAdornmentManager.cs (1)
96_themeService?.ApplyThemeToElement(adornment);
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerToolWindow.cs (1)
137themingService?.ApplyThemeToElement(contentRoot);