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