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