4 references to SelectionMoving
PresentationFramework (4)
src\Framework\System\Windows\Controls\InkCanvas.cs (2)
1449if (null != SelectionMoving) 1451SelectionMoving(this, e);
src\Framework\System\Windows\Controls\StickyNote.cs (2)
1555inkCanvas.SelectionMoving += new InkCanvasSelectionEditingEventHandler(OnInkCanvasSelectionMovingEventHandler); 1580inkCanvas.SelectionMoving -= new InkCanvasSelectionEditingEventHandler(OnInkCanvasSelectionMovingEventHandler);