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