41 references to NotifyPropertyChanged
Microsoft.VisualStudio.LanguageServices (41)
ChangeSignature\AddParameterDialogViewModel.cs (8)
65NotifyPropertyChanged(nameof(IsOptional)); 72NotifyPropertyChanged(nameof(IsCallsiteOmitted)); 73NotifyPropertyChanged(nameof(IsCallsiteRegularValue)); 227NotifyPropertyChanged(nameof(TypeBindsDynamicStatus)); 228NotifyPropertyChanged(nameof(TypeBindsImage)); 229NotifyPropertyChanged(nameof(TypeDoesNotBindImage)); 230NotifyPropertyChanged(nameof(TypeDoesNotParseOrInvalidTypeImage)); 231NotifyPropertyChanged(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)); 523NotifyPropertyChanged(nameof(CanMoveUp)); 524NotifyPropertyChanged(nameof(MoveUpAutomationText)); 525NotifyPropertyChanged(nameof(CanMoveDown)); 526NotifyPropertyChanged(nameof(MoveDownAutomationText)); 527NotifyPropertyChanged(nameof(CanRemove)); 528NotifyPropertyChanged(nameof(RemoveAutomationText)); 529NotifyPropertyChanged(nameof(CanRestore)); 530NotifyPropertyChanged(nameof(RestoreAutomationText));
CommonControls\MemberSelectionViewModel.cs (3)
73NotifyPropertyChanged(nameof(ShowMakeAbstract)); 83NotifyPropertyChanged(nameof(CheckedMembers)); 88NotifyPropertyChanged(nameof(ShowMakeAbstract));
CommonControls\NewTypeDestinationSelectionViewModel.cs (2)
72NotifyPropertyChanged(nameof(GeneratedName)); 104NotifyPropertyChanged(nameof(FileNameEnabled));
GenerateType\GenerateTypeDialogViewModel.cs (1)
396NotifyPropertyChanged(nameof(DocumentList));
MoveStaticMembers\MoveStaticMembersDialogViewModel.cs (2)
87NotifyPropertyChanged(nameof(TypeName_NameOnly)); 88NotifyPropertyChanged(nameof(TypeName_NamespaceOnly));
PickMembers\PickMembersDialogViewModel.cs (5)
56NotifyPropertyChanged(nameof(MemberContainers)); 87NotifyPropertyChanged(nameof(CanMoveUp)); 88NotifyPropertyChanged(nameof(MoveUpAutomationText)); 89NotifyPropertyChanged(nameof(CanMoveDown)); 90NotifyPropertyChanged(nameof(MoveDownAutomationText));
Utilities\AbstractNotifyPropertyChanged.cs (1)
25NotifyPropertyChanged(propertyName);