2 references to OnInkCanvasSelectionResizingEventHandler
PresentationFramework (2)
src\Framework\System\Windows\Controls\StickyNote.cs (2)
1556
inkCanvas.SelectionResizing += new InkCanvasSelectionEditingEventHandler(
OnInkCanvasSelectionResizingEventHandler
);
1581
inkCanvas.SelectionResizing -= new InkCanvasSelectionEditingEventHandler(
OnInkCanvasSelectionResizingEventHandler
);