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