2 references to InlineHintsViewOptionsStorage
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineHints\InlineHintsKeyProcessorProvider.cs (1)
141on = on && _processorProvider._globalOptions.GetOption(InlineHintsViewOptionsStorage.DisplayAllHintsWhilePressingAltF1);
InlineHints\InlineHintsTagger.cs (1)
171var classify = document != null && _taggerProvider.EditorOptionsService.GlobalOptions.GetOption(InlineHintsViewOptionsStorage.ColorHints, document.Project.Language);