8 references to OverflowButtonSize
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitStackLayout.cs (8)
90int overflowWidth = (OverflowRequired) ? OverflowButtonSize.Width : 0; 137int overflowWidth = (OverflowRequired) ? OverflowButtonSize.Height : 0; 223bool needOverflow = toolStrip.CanOverflow && ((OverflowRequired) || (OverflowSpace >= OverflowButtonSize.Width)); 251itemSize = OverflowButtonSize; 377bool needOverflow = toolStrip.CanOverflow && ((OverflowRequired) || (OverflowSpace >= OverflowButtonSize.Height)); 400itemSize = OverflowButtonSize; 600spaceNeeded += (horizontal) ? OverflowButtonSize.Width : OverflowButtonSize.Height;