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