Base:
method
AddValueChanged
System.ComponentModel.PropertyDescriptor.AddValueChanged(System.Object, System.EventHandler)
6 references to AddValueChanged
PresentationFramework (1)
src\Framework\System\Windows\Standard\Utilities.cs (1)
263dpd.AddValueChanged(component, listener);
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Annotations\FloatingAnnotationView.xaml.cs (1)
37descriptor.AddValueChanged(this, value);
System.Activities.Presentation\System\Activities\Presentation\Annotations\UIElementToAnnotationIndicatorAdapter.cs (1)
32descriptor.AddValueChanged(this.element, value);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (2)
262dpd.AddValueChanged(expanderGrid, valueChangedEvent); 537dpd.AddValueChanged(expanderGrid, valueChangedEvent);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\PropertyContainerAutomationPeer.cs (1)
128dpd.AddValueChanged(container, valueChangedEvent);