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