39 references to NotifyPropertyChanged
Microsoft.VisualStudio.LanguageServices (39)
ChangeSignature\AddParameterDialogViewModel.cs (8)
70
NotifyPropertyChanged
(nameof(IsOptional));
77
NotifyPropertyChanged
(nameof(IsCallsiteOmitted));
78
NotifyPropertyChanged
(nameof(IsCallsiteRegularValue));
233
NotifyPropertyChanged
(nameof(TypeBindsDynamicStatus));
234
NotifyPropertyChanged
(nameof(TypeBindsImage));
235
NotifyPropertyChanged
(nameof(TypeDoesNotBindImage));
236
NotifyPropertyChanged
(nameof(TypeDoesNotParseOrInvalidTypeImage));
237
NotifyPropertyChanged
(nameof(TypeIsEmptyImage));
ChangeSignature\ChangeSignatureDialogViewModel.cs (19)
141
NotifyPropertyChanged
(nameof(AllParameters));
270
NotifyPropertyChanged
(nameof(AllParameters));
271
NotifyPropertyChanged
(nameof(SignatureDisplay));
272
NotifyPropertyChanged
(nameof(SignaturePreviewAutomationText));
273
NotifyPropertyChanged
(nameof(CanRemove));
274
NotifyPropertyChanged
(nameof(RemoveAutomationText));
275
NotifyPropertyChanged
(nameof(CanRestore));
276
NotifyPropertyChanged
(nameof(RestoreAutomationText));
472
NotifyPropertyChanged
(nameof(AllParameters));
473
NotifyPropertyChanged
(nameof(SignatureDisplay));
474
NotifyPropertyChanged
(nameof(SignaturePreviewAutomationText));
528
NotifyPropertyChanged
(nameof(CanMoveUp));
529
NotifyPropertyChanged
(nameof(MoveUpAutomationText));
530
NotifyPropertyChanged
(nameof(CanMoveDown));
531
NotifyPropertyChanged
(nameof(MoveDownAutomationText));
532
NotifyPropertyChanged
(nameof(CanRemove));
533
NotifyPropertyChanged
(nameof(RemoveAutomationText));
534
NotifyPropertyChanged
(nameof(CanRestore));
535
NotifyPropertyChanged
(nameof(RestoreAutomationText));
CommonControls\MemberSelectionViewModel.cs (3)
76
NotifyPropertyChanged
(nameof(ShowMakeAbstract));
86
NotifyPropertyChanged
(nameof(CheckedMembers));
91
NotifyPropertyChanged
(nameof(ShowMakeAbstract));
CommonControls\NewTypeDestinationSelectionViewModel.cs (2)
66
NotifyPropertyChanged
(nameof(GeneratedName));
98
NotifyPropertyChanged
(nameof(FileNameEnabled));
GenerateType\GenerateTypeDialogViewModel.cs (1)
419
NotifyPropertyChanged
(nameof(DocumentList));
PickMembers\PickMembersDialogViewModel.cs (5)
57
NotifyPropertyChanged
(nameof(MemberContainers));
93
NotifyPropertyChanged
(nameof(CanMoveUp));
94
NotifyPropertyChanged
(nameof(MoveUpAutomationText));
95
NotifyPropertyChanged
(nameof(CanMoveDown));
96
NotifyPropertyChanged
(nameof(MoveDownAutomationText));
Utilities\AbstractNotifyPropertyChanged.cs (1)
25
NotifyPropertyChanged
(propertyName);