10 references to StrokesChanged
PresentationCore (2)
System\Windows\Ink\StrokeCollection.cs (2)
629if ( this.StrokesChanged != null ) 631this.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)
46defaultValue.StrokesChanged += 81value.StrokesChanged -=
System\Windows\Controls\InkPresenter.cs (2)
455oldStrokes.StrokesChanged -= new StrokeCollectionChangedEventHandler(OnStrokesChanged); 459newStrokes.StrokesChanged += new StrokeCollectionChangedEventHandler(OnStrokesChanged);
System\Windows\Controls\StickyNote.cs (2)
1539strokes.StrokesChanged += new StrokeCollectionChangedEventHandler(OnInkStrokesChanged); 1549strokes.StrokesChanged -= new StrokeCollectionChangedEventHandler(OnInkStrokesChanged);