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)
1524
inkCanvas.
SelectionMoving
+= new InkCanvasSelectionEditingEventHandler(OnInkCanvasSelectionMovingEventHandler);
1549
inkCanvas.
SelectionMoving
-= new InkCanvasSelectionEditingEventHandler(OnInkCanvasSelectionMovingEventHandler);