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