4 references to ShowMakeAbstract
Microsoft.VisualStudio.LanguageServices (4)
CommonControls\MemberSelection.xaml.cs (2)
40if (e.PropertyName == nameof(MemberSelectionViewModel.ShowMakeAbstract)) 48AbstractColumn.Visibility = ViewModel.ShowMakeAbstract ? Visibility.Visible : Visibility.Collapsed;
CommonControls\MemberSelectionViewModel.cs (2)
76NotifyPropertyChanged(nameof(ShowMakeAbstract)); 91NotifyPropertyChanged(nameof(ShowMakeAbstract));