10 references to StrokesChanged
PresentationCore (2)
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (2)
672if ( this.StrokesChanged != null ) 674this.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)
54defaultValue.StrokesChanged += 89value.StrokesChanged -=
src\Framework\System\Windows\Controls\InkPresenter.cs (2)
474oldStrokes.StrokesChanged -= new StrokeCollectionChangedEventHandler(OnStrokesChanged); 478newStrokes.StrokesChanged += new StrokeCollectionChangedEventHandler(OnStrokesChanged);
src\Framework\System\Windows\Controls\StickyNote.cs (2)
1597strokes.StrokesChanged += new StrokeCollectionChangedEventHandler(OnInkStrokesChanged); 1607strokes.StrokesChanged -= new StrokeCollectionChangedEventHandler(OnInkStrokesChanged);