10 references to StrokesChanged
PresentationCore (2)
System\Windows\Ink\StrokeCollection.cs (2)
629
if ( this.
StrokesChanged
!= null )
631
this.
StrokesChanged
(this, e);
PresentationFramework (8)
MS\Internal\Ink\InkCanvasSelection.cs (2)
614
_inkCanvas.Strokes.
StrokesChanged
-= new StrokeCollectionChangedEventHandler(this.OnStrokeCollectionChanged);
630
_inkCanvas.Strokes.
StrokesChanged
+= new StrokeCollectionChangedEventHandler(this.OnStrokeCollectionChanged);
MS\Internal\Ink\StrokeCollectionDefaultValueFactory.cs (2)
46
defaultValue.
StrokesChanged
+=
81
value.
StrokesChanged
-=
System\Windows\Controls\InkPresenter.cs (2)
455
oldStrokes.
StrokesChanged
-= new StrokeCollectionChangedEventHandler(OnStrokesChanged);
459
newStrokes.
StrokesChanged
+= new StrokeCollectionChangedEventHandler(OnStrokesChanged);
System\Windows\Controls\StickyNote.cs (2)
1539
strokes.
StrokesChanged
+= new StrokeCollectionChangedEventHandler(OnInkStrokesChanged);
1549
strokes.
StrokesChanged
-= new StrokeCollectionChangedEventHandler(OnInkStrokesChanged);