10 references to StrokesChanged
PresentationCore (2)
System\Windows\Ink\StrokeCollection.cs (2)
648if ( this.StrokesChanged != null ) 650this.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)
50defaultValue.StrokesChanged += 85value.StrokesChanged -=
System\Windows\Controls\InkPresenter.cs (2)
466oldStrokes.StrokesChanged -= new StrokeCollectionChangedEventHandler(OnStrokesChanged); 470newStrokes.StrokesChanged += new StrokeCollectionChangedEventHandler(OnStrokesChanged);
System\Windows\Controls\StickyNote.cs (2)
1587strokes.StrokesChanged += new StrokeCollectionChangedEventHandler(OnInkStrokesChanged); 1597strokes.StrokesChanged -= new StrokeCollectionChangedEventHandler(OnInkStrokesChanged);