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