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