41 references to NotifyPropertyChanged
Microsoft.VisualStudio.LanguageServices (41)
ChangeSignature\AddParameterDialogViewModel.cs (8)
66NotifyPropertyChanged(nameof(IsOptional)); 73NotifyPropertyChanged(nameof(IsCallsiteOmitted)); 74NotifyPropertyChanged(nameof(IsCallsiteRegularValue)); 229NotifyPropertyChanged(nameof(TypeBindsDynamicStatus)); 230NotifyPropertyChanged(nameof(TypeBindsImage)); 231NotifyPropertyChanged(nameof(TypeDoesNotBindImage)); 232NotifyPropertyChanged(nameof(TypeDoesNotParseOrInvalidTypeImage)); 233NotifyPropertyChanged(nameof(TypeIsEmptyImage));
ChangeSignature\ChangeSignatureDialogViewModel.cs (19)
140NotifyPropertyChanged(nameof(AllParameters)); 269NotifyPropertyChanged(nameof(AllParameters)); 270NotifyPropertyChanged(nameof(SignatureDisplay)); 271NotifyPropertyChanged(nameof(SignaturePreviewAutomationText)); 272NotifyPropertyChanged(nameof(CanRemove)); 273NotifyPropertyChanged(nameof(RemoveAutomationText)); 274NotifyPropertyChanged(nameof(CanRestore)); 275NotifyPropertyChanged(nameof(RestoreAutomationText)); 471NotifyPropertyChanged(nameof(AllParameters)); 472NotifyPropertyChanged(nameof(SignatureDisplay)); 473NotifyPropertyChanged(nameof(SignaturePreviewAutomationText)); 527NotifyPropertyChanged(nameof(CanMoveUp)); 528NotifyPropertyChanged(nameof(MoveUpAutomationText)); 529NotifyPropertyChanged(nameof(CanMoveDown)); 530NotifyPropertyChanged(nameof(MoveDownAutomationText)); 531NotifyPropertyChanged(nameof(CanRemove)); 532NotifyPropertyChanged(nameof(RemoveAutomationText)); 533NotifyPropertyChanged(nameof(CanRestore)); 534NotifyPropertyChanged(nameof(RestoreAutomationText));
CommonControls\MemberSelectionViewModel.cs (3)
74NotifyPropertyChanged(nameof(ShowMakeAbstract)); 84NotifyPropertyChanged(nameof(CheckedMembers)); 89NotifyPropertyChanged(nameof(ShowMakeAbstract));
CommonControls\NewTypeDestinationSelectionViewModel.cs (2)
72NotifyPropertyChanged(nameof(GeneratedName)); 104NotifyPropertyChanged(nameof(FileNameEnabled));
GenerateType\GenerateTypeDialogViewModel.cs (1)
419NotifyPropertyChanged(nameof(DocumentList));
MoveStaticMembers\MoveStaticMembersDialogViewModel.cs (2)
87NotifyPropertyChanged(nameof(TypeName_NameOnly)); 88NotifyPropertyChanged(nameof(TypeName_NamespaceOnly));
PickMembers\PickMembersDialogViewModel.cs (5)
56NotifyPropertyChanged(nameof(MemberContainers)); 92NotifyPropertyChanged(nameof(CanMoveUp)); 93NotifyPropertyChanged(nameof(MoveUpAutomationText)); 94NotifyPropertyChanged(nameof(CanMoveDown)); 95NotifyPropertyChanged(nameof(MoveDownAutomationText));
Utilities\AbstractNotifyPropertyChanged.cs (1)
25NotifyPropertyChanged(propertyName);