6 references to PropertyDataChanged
PresentationCore (2)
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (2)
720
if ( this.
PropertyDataChanged
!= null )
722
this.
PropertyDataChanged
(this, e);
PresentationFramework (4)
src\Framework\MS\Internal\Ink\StrokeCollectionDefaultValueFactory.cs (2)
56
defaultValue.
PropertyDataChanged
+=
91
value.
PropertyDataChanged
-=
src\Framework\System\Windows\Controls\StickyNote.cs (2)
1598
strokes.
PropertyDataChanged
+= new PropertyDataChangedEventHandler(_propertyDataChangedHandler.OnStrokeChanged);
1608
strokes.
PropertyDataChanged
-= new PropertyDataChangedEventHandler(_propertyDataChangedHandler.OnStrokeChanged);