10 references to StrokesChanged
PresentationCore (2)
System\Windows\Ink\StrokeCollection.cs (2)
630if ( this.StrokesChanged != null ) 632this.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)
47defaultValue.StrokesChanged += 82value.StrokesChanged -=
System\Windows\Controls\InkPresenter.cs (2)
456oldStrokes.StrokesChanged -= new StrokeCollectionChangedEventHandler(OnStrokesChanged); 460newStrokes.StrokesChanged += new StrokeCollectionChangedEventHandler(OnStrokesChanged);
System\Windows\Controls\StickyNote.cs (2)
1540strokes.StrokesChanged += new StrokeCollectionChangedEventHandler(OnInkStrokesChanged); 1550strokes.StrokesChanged -= new StrokeCollectionChangedEventHandler(OnInkStrokesChanged);