39 references to NotifyPropertyChanged
Microsoft.VisualStudio.LanguageServices (39)
ChangeSignature\AddParameterDialogViewModel.cs (8)
70NotifyPropertyChanged(nameof(IsOptional)); 77NotifyPropertyChanged(nameof(IsCallsiteOmitted)); 78NotifyPropertyChanged(nameof(IsCallsiteRegularValue)); 233NotifyPropertyChanged(nameof(TypeBindsDynamicStatus)); 234NotifyPropertyChanged(nameof(TypeBindsImage)); 235NotifyPropertyChanged(nameof(TypeDoesNotBindImage)); 236NotifyPropertyChanged(nameof(TypeDoesNotParseOrInvalidTypeImage)); 237NotifyPropertyChanged(nameof(TypeIsEmptyImage));
ChangeSignature\ChangeSignatureDialogViewModel.cs (19)
141NotifyPropertyChanged(nameof(AllParameters)); 270NotifyPropertyChanged(nameof(AllParameters)); 271NotifyPropertyChanged(nameof(SignatureDisplay)); 272NotifyPropertyChanged(nameof(SignaturePreviewAutomationText)); 273NotifyPropertyChanged(nameof(CanRemove)); 274NotifyPropertyChanged(nameof(RemoveAutomationText)); 275NotifyPropertyChanged(nameof(CanRestore)); 276NotifyPropertyChanged(nameof(RestoreAutomationText)); 472NotifyPropertyChanged(nameof(AllParameters)); 473NotifyPropertyChanged(nameof(SignatureDisplay)); 474NotifyPropertyChanged(nameof(SignaturePreviewAutomationText)); 528NotifyPropertyChanged(nameof(CanMoveUp)); 529NotifyPropertyChanged(nameof(MoveUpAutomationText)); 530NotifyPropertyChanged(nameof(CanMoveDown)); 531NotifyPropertyChanged(nameof(MoveDownAutomationText)); 532NotifyPropertyChanged(nameof(CanRemove)); 533NotifyPropertyChanged(nameof(RemoveAutomationText)); 534NotifyPropertyChanged(nameof(CanRestore)); 535NotifyPropertyChanged(nameof(RestoreAutomationText));
CommonControls\MemberSelectionViewModel.cs (3)
76NotifyPropertyChanged(nameof(ShowMakeAbstract)); 86NotifyPropertyChanged(nameof(CheckedMembers)); 91NotifyPropertyChanged(nameof(ShowMakeAbstract));
CommonControls\NewTypeDestinationSelectionViewModel.cs (2)
66NotifyPropertyChanged(nameof(GeneratedName)); 98NotifyPropertyChanged(nameof(FileNameEnabled));
GenerateType\GenerateTypeDialogViewModel.cs (1)
419NotifyPropertyChanged(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);