10 references to StrokesChanged
PresentationCore (2)
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (2)
672
if ( this.
StrokesChanged
!= null )
674
this.
StrokesChanged
(this, e);
PresentationFramework (8)
src\Framework\MS\Internal\Ink\InkCanvasSelection.cs (2)
637
_inkCanvas.Strokes.
StrokesChanged
-= new StrokeCollectionChangedEventHandler(this.OnStrokeCollectionChanged);
653
_inkCanvas.Strokes.
StrokesChanged
+= new StrokeCollectionChangedEventHandler(this.OnStrokeCollectionChanged);
src\Framework\MS\Internal\Ink\StrokeCollectionDefaultValueFactory.cs (2)
54
defaultValue.
StrokesChanged
+=
89
value.
StrokesChanged
-=
src\Framework\System\Windows\Controls\InkPresenter.cs (2)
474
oldStrokes.
StrokesChanged
-= new StrokeCollectionChangedEventHandler(OnStrokesChanged);
478
newStrokes.
StrokesChanged
+= new StrokeCollectionChangedEventHandler(OnStrokesChanged);
src\Framework\System\Windows\Controls\StickyNote.cs (2)
1597
strokes.
StrokesChanged
+= new StrokeCollectionChangedEventHandler(OnInkStrokesChanged);
1607
strokes.
StrokesChanged
-= new StrokeCollectionChangedEventHandler(OnInkStrokesChanged);