10 references to StrokesChanged
PresentationCore (2)
System\Windows\Ink\StrokeCollection.cs (2)
648
if ( this.
StrokesChanged
!= null )
650
this.
StrokesChanged
(this, e);
PresentationFramework (8)
MS\Internal\Ink\InkCanvasSelection.cs (2)
627
_inkCanvas.Strokes.
StrokesChanged
-= new StrokeCollectionChangedEventHandler(this.OnStrokeCollectionChanged);
643
_inkCanvas.Strokes.
StrokesChanged
+= new StrokeCollectionChangedEventHandler(this.OnStrokeCollectionChanged);
MS\Internal\Ink\StrokeCollectionDefaultValueFactory.cs (2)
50
defaultValue.
StrokesChanged
+=
85
value.
StrokesChanged
-=
System\Windows\Controls\InkPresenter.cs (2)
466
oldStrokes.
StrokesChanged
-= new StrokeCollectionChangedEventHandler(OnStrokesChanged);
470
newStrokes.
StrokesChanged
+= new StrokeCollectionChangedEventHandler(OnStrokesChanged);
System\Windows\Controls\StickyNote.cs (2)
1587
strokes.
StrokesChanged
+= new StrokeCollectionChangedEventHandler(OnInkStrokesChanged);
1597
strokes.
StrokesChanged
-= new StrokeCollectionChangedEventHandler(OnInkStrokesChanged);