1 write to SupportsAutomaticSuggestions
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (1)
172this.SupportsAutomaticSuggestions = _globalOptionService.GetOption(InlineRenameUIOptionsStorage.GetSuggestionsAutomatically);
6 references to SupportsAutomaticSuggestions
Microsoft.CodeAnalysis.EditorFeatures.Wpf (6)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (6)
100/// When smart rename is in automatic mode and <see cref="SupportsAutomaticSuggestions"/> is set, 137public bool IsSuggestionsPanelExpanded => HasSuggestions && (!SupportsAutomaticSuggestions || IsAutomaticSuggestionsEnabled); 140=> SupportsAutomaticSuggestions 145=> SupportsAutomaticSuggestions 175this.IsAutomaticSuggestionsEnabled = this.SupportsAutomaticSuggestions && !_globalOptionService.GetOption(InlineRenameUIOptionsStorage.CollapseSuggestionsPanel); 345if (this.SupportsAutomaticSuggestions)