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