2 references to OnStrokesChanged
PresentationFramework (2)
src\Framework\System\Windows\Controls\InkPresenter.cs (2)
474
oldStrokes.StrokesChanged -= new StrokeCollectionChangedEventHandler(
OnStrokesChanged
);
478
newStrokes.StrokesChanged += new StrokeCollectionChangedEventHandler(
OnStrokesChanged
);