Base:
method
RemoveValueChanged
System.ComponentModel.PropertyDescriptor.RemoveValueChanged(System.Object, System.EventHandler)
6 references to RemoveValueChanged
PresentationFramework (1)
src\Framework\System\Windows\Standard\Utilities.cs (1)
276dpd.RemoveValueChanged(component, listener);
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Annotations\FloatingAnnotationView.xaml.cs (1)
43descriptor.RemoveValueChanged(this, value);
System.Activities.Presentation\System\Activities\Presentation\Annotations\UIElementToAnnotationIndicatorAdapter.cs (1)
38descriptor.RemoveValueChanged(this.element, value);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (2)
313dpd.RemoveValueChanged(expanderGrid, valueChangedEvent); 587dpd.RemoveValueChanged(expanderGrid, valueChangedEvent);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\PropertyContainerAutomationPeer.cs (1)
174dpd.RemoveValueChanged(container, valueChangedEvent);