5 references to PropertyDataChanged
PresentationCore (3)
System\Windows\Ink\DrawingAttributes.cs (3)
562
clone.
PropertyDataChanged
= null;
623
if (this.
PropertyDataChanged
!= null)
625
this.
PropertyDataChanged
(this, e);
PresentationFramework (2)
MS\Internal\Ink\DrawingAttributesDefaultValueFactory.cs (2)
45
defaultValue.
PropertyDataChanged
+= new PropertyDataChangedEventHandler(promoter.OnDrawingAttributesChanged);
76
value.
PropertyDataChanged
-= new PropertyDataChangedEventHandler(OnDrawingAttributesChanged);