10 references to StrokesChanged
PresentationCore (2)
System\Windows\Ink\StrokeCollection.cs (2)
630
if ( this.
StrokesChanged
!= null )
632
this.
StrokesChanged
(this, e);
PresentationFramework (8)
MS\Internal\Ink\InkCanvasSelection.cs (2)
615
_inkCanvas.Strokes.
StrokesChanged
-= new StrokeCollectionChangedEventHandler(this.OnStrokeCollectionChanged);
631
_inkCanvas.Strokes.
StrokesChanged
+= new StrokeCollectionChangedEventHandler(this.OnStrokeCollectionChanged);
MS\Internal\Ink\StrokeCollectionDefaultValueFactory.cs (2)
47
defaultValue.
StrokesChanged
+=
82
value.
StrokesChanged
-=
System\Windows\Controls\InkPresenter.cs (2)
456
oldStrokes.
StrokesChanged
-= new StrokeCollectionChangedEventHandler(OnStrokesChanged);
460
newStrokes.
StrokesChanged
+= new StrokeCollectionChangedEventHandler(OnStrokesChanged);
System\Windows\Controls\StickyNote.cs (2)
1540
strokes.
StrokesChanged
+= new StrokeCollectionChangedEventHandler(OnInkStrokesChanged);
1550
strokes.
StrokesChanged
-= new StrokeCollectionChangedEventHandler(OnInkStrokesChanged);