4 writes to OverflowRequired
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitStackLayout.cs (4)
80OverflowRequired = true; 130OverflowRequired = true; 176OverflowRequired = false; 601OverflowRequired = true;
5 references to OverflowRequired
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitStackLayout.cs (5)
90int overflowWidth = (OverflowRequired) ? OverflowButtonSize.Width : 0; 137int overflowWidth = (OverflowRequired) ? OverflowButtonSize.Height : 0; 223bool needOverflow = toolStrip.CanOverflow && ((OverflowRequired) || (OverflowSpace >= OverflowButtonSize.Width)); 377bool needOverflow = toolStrip.CanOverflow && ((OverflowRequired) || (OverflowSpace >= OverflowButtonSize.Height)); 596if (!OverflowRequired)