6 references to PropertyDataChanged
PresentationCore (2)
System\Windows\Ink\StrokeCollection.cs (2)
677
if ( this.
PropertyDataChanged
!= null )
679
this.
PropertyDataChanged
(this, e);
PresentationFramework (4)
MS\Internal\Ink\StrokeCollectionDefaultValueFactory.cs (2)
48
defaultValue.
PropertyDataChanged
+=
83
value.
PropertyDataChanged
-=
System\Windows\Controls\StickyNote.cs (2)
1540
strokes.
PropertyDataChanged
+= new PropertyDataChangedEventHandler(_propertyDataChangedHandler.OnStrokeChanged);
1550
strokes.
PropertyDataChanged
-= new PropertyDataChangedEventHandler(_propertyDataChangedHandler.OnStrokeChanged);