4 references to SelectionResizing
PresentationFramework (4)
System\Windows\Controls\InkCanvas.cs (2)
1537
if (null !=
SelectionResizing
)
1539
SelectionResizing
(this, e);
System\Windows\Controls\StickyNote.cs (2)
1546
inkCanvas.
SelectionResizing
+= new InkCanvasSelectionEditingEventHandler(OnInkCanvasSelectionResizingEventHandler);
1571
inkCanvas.
SelectionResizing
-= new InkCanvasSelectionEditingEventHandler(OnInkCanvasSelectionResizingEventHandler);