6 references to PropertyDataChanged
PresentationCore (2)
System\Windows\Ink\StrokeCollection.cs (2)
678
if ( this.
PropertyDataChanged
!= null )
680
this.
PropertyDataChanged
(this, e);
PresentationFramework (4)
MS\Internal\Ink\StrokeCollectionDefaultValueFactory.cs (2)
49
defaultValue.
PropertyDataChanged
+=
84
value.
PropertyDataChanged
-=
System\Windows\Controls\StickyNote.cs (2)
1541
strokes.
PropertyDataChanged
+= new PropertyDataChangedEventHandler(_propertyDataChangedHandler.OnStrokeChanged);
1551
strokes.
PropertyDataChanged
-= new PropertyDataChangedEventHandler(_propertyDataChangedHandler.OnStrokeChanged);