5 references to PropertyDataChanged
PresentationCore (3)
System\Windows\Ink\DrawingAttributes.cs (3)
573
clone.
PropertyDataChanged
= null;
634
if (this.
PropertyDataChanged
!= null)
636
this.
PropertyDataChanged
(this, e);
PresentationFramework (2)
MS\Internal\Ink\DrawingAttributesDefaultValueFactory.cs (2)
47
defaultValue.
PropertyDataChanged
+= new PropertyDataChangedEventHandler(promoter.OnDrawingAttributesChanged);
78
value.
PropertyDataChanged
-= new PropertyDataChangedEventHandler(OnDrawingAttributesChanged);