4 references to SelectionMoving
PresentationFramework (4)
System\Windows\Controls\InkCanvas.cs (2)
1394if (null != SelectionMoving) 1396SelectionMoving(this, e);
System\Windows\Controls\StickyNote.cs (2)
1545inkCanvas.SelectionMoving += new InkCanvasSelectionEditingEventHandler(OnInkCanvasSelectionMovingEventHandler); 1570inkCanvas.SelectionMoving -= new InkCanvasSelectionEditingEventHandler(OnInkCanvasSelectionMovingEventHandler);