47 references to NotifyPropertyChanged
Microsoft.VisualStudio.LanguageServices (39)
ChangeSignature\AddParameterDialogViewModel.cs (8)
70
NotifyPropertyChanged
(nameof(IsOptional));
77
NotifyPropertyChanged
(nameof(IsCallsiteOmitted));
78
NotifyPropertyChanged
(nameof(IsCallsiteRegularValue));
217
NotifyPropertyChanged
(nameof(TypeBindsDynamicStatus));
218
NotifyPropertyChanged
(nameof(TypeBindsImage));
219
NotifyPropertyChanged
(nameof(TypeDoesNotBindImage));
220
NotifyPropertyChanged
(nameof(TypeDoesNotParseImage));
221
NotifyPropertyChanged
(nameof(TypeIsEmptyImage));
ChangeSignature\ChangeSignatureDialogViewModel.cs (19)
142
NotifyPropertyChanged
(nameof(AllParameters));
286
NotifyPropertyChanged
(nameof(AllParameters));
287
NotifyPropertyChanged
(nameof(SignatureDisplay));
288
NotifyPropertyChanged
(nameof(SignaturePreviewAutomationText));
289
NotifyPropertyChanged
(nameof(CanRemove));
290
NotifyPropertyChanged
(nameof(RemoveAutomationText));
291
NotifyPropertyChanged
(nameof(CanRestore));
292
NotifyPropertyChanged
(nameof(RestoreAutomationText));
488
NotifyPropertyChanged
(nameof(AllParameters));
489
NotifyPropertyChanged
(nameof(SignatureDisplay));
490
NotifyPropertyChanged
(nameof(SignaturePreviewAutomationText));
544
NotifyPropertyChanged
(nameof(CanMoveUp));
545
NotifyPropertyChanged
(nameof(MoveUpAutomationText));
546
NotifyPropertyChanged
(nameof(CanMoveDown));
547
NotifyPropertyChanged
(nameof(MoveDownAutomationText));
548
NotifyPropertyChanged
(nameof(CanRemove));
549
NotifyPropertyChanged
(nameof(RemoveAutomationText));
550
NotifyPropertyChanged
(nameof(CanRestore));
551
NotifyPropertyChanged
(nameof(RestoreAutomationText));
CommonControls\MemberSelectionViewModel.cs (3)
77
NotifyPropertyChanged
(nameof(ShowMakeAbstract));
87
NotifyPropertyChanged
(nameof(CheckedMembers));
92
NotifyPropertyChanged
(nameof(ShowMakeAbstract));
CommonControls\NewTypeDestinationSelectionViewModel.cs (2)
67
NotifyPropertyChanged
(nameof(GeneratedName));
99
NotifyPropertyChanged
(nameof(FileNameEnabled));
GenerateType\GenerateTypeDialogViewModel.cs (1)
420
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);
Microsoft.VisualStudio.LanguageServices.Implementation (8)
Options\Style\BooleanCodeStyleOptionViewModel.cs (2)
47
NotifyPropertyChanged
(nameof(SelectedPreference));
48
NotifyPropertyChanged
(nameof(SelectedNotificationPreference));
Options\Style\EnumCodeStyleOptionViewModel.cs (2)
68
NotifyPropertyChanged
(nameof(SelectedPreference));
69
NotifyPropertyChanged
(nameof(SelectedNotificationPreference));
Options\Style\NamingPreferences\NamingStyles\NamingStyleViewModel.cs (4)
59
NotifyPropertyChanged
(nameof(CurrentConfiguration));
97
NotifyPropertyChanged
(nameof(CurrentConfiguration));
114
NotifyPropertyChanged
(nameof(CurrentConfiguration));
131
NotifyPropertyChanged
(nameof(CurrentConfiguration));