4 references to SelectionMoving
PresentationFramework (4)
System\Windows\Controls\InkCanvas.cs (2)
1393
if (null !=
SelectionMoving
)
1395
SelectionMoving
(this, e);
System\Windows\Controls\StickyNote.cs (2)
1497
inkCanvas.
SelectionMoving
+= new InkCanvasSelectionEditingEventHandler(OnInkCanvasSelectionMovingEventHandler);
1522
inkCanvas.
SelectionMoving
-= new InkCanvasSelectionEditingEventHandler(OnInkCanvasSelectionMovingEventHandler);