6 references to PropertyDataChanged
PresentationCore (2)
System\Windows\Ink\StrokeCollection.cs (2)
696
if ( this.
PropertyDataChanged
!= null )
698
this.
PropertyDataChanged
(this, e);
PresentationFramework (4)
MS\Internal\Ink\StrokeCollectionDefaultValueFactory.cs (2)
52
defaultValue.
PropertyDataChanged
+=
87
value.
PropertyDataChanged
-=
System\Windows\Controls\StickyNote.cs (2)
1588
strokes.
PropertyDataChanged
+= new PropertyDataChangedEventHandler(_propertyDataChangedHandler.OnStrokeChanged);
1598
strokes.
PropertyDataChanged
-= new PropertyDataChangedEventHandler(_propertyDataChangedHandler.OnStrokeChanged);