2 references to IsSuggestionsPanelExpanded
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (2)
279
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(nameof(
IsSuggestionsPanelExpanded
)));
348
NotifyPropertyChanged(nameof(
IsSuggestionsPanelExpanded
));