8 references to OverflowButtonSize
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ToolStripSplitStackLayout.cs (8)
125int overflowWidth = (OverflowRequired) ? OverflowButtonSize.Width : 0; 172int overflowWidth = (OverflowRequired) ? OverflowButtonSize.Height : 0; 261bool needOverflow = toolStrip.CanOverflow && ((OverflowRequired) || (OverflowSpace >= OverflowButtonSize.Width)); 282itemSize = OverflowButtonSize; 406bool needOverflow = toolStrip.CanOverflow && ((OverflowRequired) || (OverflowSpace >= OverflowButtonSize.Height)); 424itemSize = OverflowButtonSize; 626spaceNeeded += (horizontal) ? OverflowButtonSize.Width : OverflowButtonSize.Height;