4 references to SelectionResizing
PresentationFramework (4)
System\Windows\Controls\InkCanvas.cs (2)
1536
if (null !=
SelectionResizing
)
1538
SelectionResizing
(this, e);
System\Windows\Controls\StickyNote.cs (2)
1498
inkCanvas.
SelectionResizing
+= new InkCanvasSelectionEditingEventHandler(OnInkCanvasSelectionResizingEventHandler);
1523
inkCanvas.
SelectionResizing
-= new InkCanvasSelectionEditingEventHandler(OnInkCanvasSelectionResizingEventHandler);