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