1 implementation of ApplyThemeToElement
Microsoft.VisualStudio.LanguageServices (1)
VSWpfThemeService.cs (1)
28
public 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)
137
themingService?.
ApplyThemeToElement
(contentRoot);