6 references to NotifyPropertyChanged
Microsoft.VisualStudio.LanguageServices (6)
StackTraceExplorer\StackTraceExplorerViewModel.cs (2)
104NotifyPropertyChanged(nameof(IsListVisible)); 105NotifyPropertyChanged(nameof(IsInstructionTextVisible));
Utilities\ViewModelBase.cs (1)
23NotifyPropertyChanged(name);
ValueTracking\TreeItemViewModel.cs (2)
85NotifyPropertyChanged(nameof(ShowGlyph)); 95NotifyPropertyChanged(nameof(Inlines));
ValueTracking\ValueTrackedTreeItemViewModel.cs (1)
86NotifyPropertyChanged(nameof(ChildItems));