2 references to OnInkCanvasSelectionMovingEventHandler
PresentationFramework (2)
System\Windows\Controls\StickyNote.cs (2)
1497
inkCanvas.SelectionMoving += new InkCanvasSelectionEditingEventHandler(
OnInkCanvasSelectionMovingEventHandler
);
1522
inkCanvas.SelectionMoving -= new InkCanvasSelectionEditingEventHandler(
OnInkCanvasSelectionMovingEventHandler
);