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