4 references to SelectionMoving
PresentationFramework (4)
System\Windows\Controls\InkCanvas.cs (2)
1382
if (null !=
SelectionMoving
)
1384
SelectionMoving
(this, e);
System\Windows\Controls\StickyNote.cs (2)
1529
inkCanvas.
SelectionMoving
+= new InkCanvasSelectionEditingEventHandler(OnInkCanvasSelectionMovingEventHandler);
1554
inkCanvas.
SelectionMoving
-= new InkCanvasSelectionEditingEventHandler(OnInkCanvasSelectionMovingEventHandler);