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