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