41 references to NotifyPropertyChanged
Microsoft.VisualStudio.LanguageServices (41)
ChangeSignature\AddParameterDialogViewModel.cs (8)
65
NotifyPropertyChanged
(nameof(IsOptional));
72
NotifyPropertyChanged
(nameof(IsCallsiteOmitted));
73
NotifyPropertyChanged
(nameof(IsCallsiteRegularValue));
227
NotifyPropertyChanged
(nameof(TypeBindsDynamicStatus));
228
NotifyPropertyChanged
(nameof(TypeBindsImage));
229
NotifyPropertyChanged
(nameof(TypeDoesNotBindImage));
230
NotifyPropertyChanged
(nameof(TypeDoesNotParseOrInvalidTypeImage));
231
NotifyPropertyChanged
(nameof(TypeIsEmptyImage));
ChangeSignature\ChangeSignatureDialogViewModel.cs (19)
140
NotifyPropertyChanged
(nameof(AllParameters));
269
NotifyPropertyChanged
(nameof(AllParameters));
270
NotifyPropertyChanged
(nameof(SignatureDisplay));
271
NotifyPropertyChanged
(nameof(SignaturePreviewAutomationText));
272
NotifyPropertyChanged
(nameof(CanRemove));
273
NotifyPropertyChanged
(nameof(RemoveAutomationText));
274
NotifyPropertyChanged
(nameof(CanRestore));
275
NotifyPropertyChanged
(nameof(RestoreAutomationText));
471
NotifyPropertyChanged
(nameof(AllParameters));
472
NotifyPropertyChanged
(nameof(SignatureDisplay));
473
NotifyPropertyChanged
(nameof(SignaturePreviewAutomationText));
523
NotifyPropertyChanged
(nameof(CanMoveUp));
524
NotifyPropertyChanged
(nameof(MoveUpAutomationText));
525
NotifyPropertyChanged
(nameof(CanMoveDown));
526
NotifyPropertyChanged
(nameof(MoveDownAutomationText));
527
NotifyPropertyChanged
(nameof(CanRemove));
528
NotifyPropertyChanged
(nameof(RemoveAutomationText));
529
NotifyPropertyChanged
(nameof(CanRestore));
530
NotifyPropertyChanged
(nameof(RestoreAutomationText));
CommonControls\MemberSelectionViewModel.cs (3)
73
NotifyPropertyChanged
(nameof(ShowMakeAbstract));
83
NotifyPropertyChanged
(nameof(CheckedMembers));
88
NotifyPropertyChanged
(nameof(ShowMakeAbstract));
CommonControls\NewTypeDestinationSelectionViewModel.cs (2)
72
NotifyPropertyChanged
(nameof(GeneratedName));
104
NotifyPropertyChanged
(nameof(FileNameEnabled));
GenerateType\GenerateTypeDialogViewModel.cs (1)
396
NotifyPropertyChanged
(nameof(DocumentList));
MoveStaticMembers\MoveStaticMembersDialogViewModel.cs (2)
87
NotifyPropertyChanged
(nameof(TypeName_NameOnly));
88
NotifyPropertyChanged
(nameof(TypeName_NamespaceOnly));
PickMembers\PickMembersDialogViewModel.cs (5)
56
NotifyPropertyChanged
(nameof(MemberContainers));
87
NotifyPropertyChanged
(nameof(CanMoveUp));
88
NotifyPropertyChanged
(nameof(MoveUpAutomationText));
89
NotifyPropertyChanged
(nameof(CanMoveDown));
90
NotifyPropertyChanged
(nameof(MoveDownAutomationText));
Utilities\AbstractNotifyPropertyChanged.cs (1)
25
NotifyPropertyChanged
(propertyName);