4 references to ShowMakeAbstract
Microsoft.VisualStudio.LanguageServices (4)
CommonControls\MemberSelection.xaml.cs (2)
38if (e.PropertyName == nameof(MemberSelectionViewModel.ShowMakeAbstract)) 46AbstractColumn.Visibility = ViewModel.ShowMakeAbstract ? Visibility.Visible : Visibility.Collapsed;
CommonControls\MemberSelectionViewModel.cs (2)
74NotifyPropertyChanged(nameof(ShowMakeAbstract)); 89NotifyPropertyChanged(nameof(ShowMakeAbstract));