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