5 references to PropertyDataChanged
PresentationCore (3)
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (3)
575
clone.
PropertyDataChanged
= null;
636
if (this.
PropertyDataChanged
!= null)
638
this.
PropertyDataChanged
(this, e);
PresentationFramework (2)
src\Framework\MS\Internal\Ink\DrawingAttributesDefaultValueFactory.cs (2)
52
defaultValue.
PropertyDataChanged
+= new PropertyDataChangedEventHandler(promoter.OnDrawingAttributesChanged);
83
value.
PropertyDataChanged
-= new PropertyDataChangedEventHandler(OnDrawingAttributesChanged);