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