1 implementation of GetThemeColor
Microsoft.VisualStudio.LanguageServices (1)
VSWpfThemeService.cs (1)
39
public Color
GetThemeColor
(ThemeResourceKey themeResourceKey)
2 references to GetThemeColor
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (2)
60
Outline.BorderBrush = new SolidColorBrush(themeService.
GetThemeColor
(EnvironmentColors.AccentBorderColorKey));
61
Background = new SolidColorBrush(themeService.
GetThemeColor
(EnvironmentColors.ToolWindowBackgroundColorKey));