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