1 write to SupportsAutomaticSuggestions
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (1)
172
this.
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,
137
public bool IsSuggestionsPanelExpanded => HasSuggestions && (!
SupportsAutomaticSuggestions
|| IsAutomaticSuggestionsEnabled);
140
=>
SupportsAutomaticSuggestions
145
=>
SupportsAutomaticSuggestions
175
this.IsAutomaticSuggestionsEnabled = this.
SupportsAutomaticSuggestions
&& !_globalOptionService.GetOption(InlineRenameUIOptionsStorage.CollapseSuggestionsPanel);
345
if (this.
SupportsAutomaticSuggestions
)