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