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)
73NotifyPropertyChanged(nameof(ShowMakeAbstract)); 88NotifyPropertyChanged(nameof(ShowMakeAbstract));