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