17 references to NotifyPropertyChanged
System.Data (17)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (8)
423
this.isBreakpointBoundedProperty.
NotifyPropertyChanged
(modelItem);
429
this.isBreakpointEnabledProperty.
NotifyPropertyChanged
(modelItem);
435
this.isBreakpointConditionalProperty.
NotifyPropertyChanged
(modelItem);
609
this.isBreakpointBoundedProperty.
NotifyPropertyChanged
(modelItem);
610
this.isBreakpointEnabledProperty.
NotifyPropertyChanged
(modelItem);
611
this.isBreakpointConditionalProperty.
NotifyPropertyChanged
(modelItem);
805
property.
NotifyPropertyChanged
(oldModelItem);
811
property.
NotifyPropertyChanged
(newModelItem);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\AttachedProperty.cs (1)
109
this.
NotifyPropertyChanged
(modelItem);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (2)
696
this.validationStateProperty.
NotifyPropertyChanged
(modelItem);
697
this.validationMessageProperty.
NotifyPropertyChanged
(modelItem);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeDesigner.xaml.cs (2)
117
activityBuilderDisplayNameProperty.
NotifyPropertyChanged
(changeInfo.Subject);
121
activityTemplateFactoryBuilderDisplayNameProperty.
NotifyPropertyChanged
(changeInfo.Subject);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewManager.cs (4)
125
isPrimarySelectionProperty.
NotifyPropertyChanged
(oldSelection.PrimarySelection);
126
isPrimarySelectionProperty.
NotifyPropertyChanged
(newSelection.PrimarySelection);
130
isPrimarySelectionProperty.
NotifyPropertyChanged
(oldSelection.PrimarySelection);
139
isSelectionProperty.
NotifyPropertyChanged
(selectionChangeMI);