2 references to OnInkStrokesChanged
PresentationFramework (2)
System\Windows\Controls\StickyNote.cs (2)
1587
strokes.StrokesChanged += new StrokeCollectionChangedEventHandler(
OnInkStrokesChanged
);
1597
strokes.StrokesChanged -= new StrokeCollectionChangedEventHandler(
OnInkStrokesChanged
);