3 references to ColorHints
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTagger.cs (1)
170
var classify = document != null && _taggerProvider.EditorOptionsService.GlobalOptions.GetOption(InlineHintsViewOptionsStorage.
ColorHints
, document.Project.Language);
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
177
BindToOption(ColorHints, InlineHintsViewOptionsStorage.
ColorHints
, LanguageNames.CSharp);
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Options\AdvancedOptionPageControl.xaml.vb (1)
171
BindToOption(ColorHints, InlineHintsViewOptionsStorage.
ColorHints
, LanguageNames.VisualBasic)