2 references to OnPopupResizeStarted
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (2)
623
_resizeThumb.DragStarted -= new DragStartedEventHandler(
OnPopupResizeStarted
);
630
_resizeThumb.DragStarted += new DragStartedEventHandler(
OnPopupResizeStarted
);