4 references to SelectionMoving
PresentationFramework (4)
System\Windows\Controls\InkCanvas.cs (2)
1382if (null != SelectionMoving) 1384SelectionMoving(this, e);
System\Windows\Controls\StickyNote.cs (2)
1529inkCanvas.SelectionMoving += new InkCanvasSelectionEditingEventHandler(OnInkCanvasSelectionMovingEventHandler); 1554inkCanvas.SelectionMoving -= new InkCanvasSelectionEditingEventHandler(OnInkCanvasSelectionMovingEventHandler);