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