8 references to MaximumSize
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (8)
162
if (
MaximumSize
.Height >= Control.PreferredSize.Height)
171
if (
MaximumSize
.Height + growBy >= Control.PreferredSize.Height)
173
int freed = Control.PreferredSize.Height -
MaximumSize
.Height;
181
if (
MaximumSize
.Height + growBy < Control.PreferredSize.Height)
195
if (
MaximumSize
.Width >= Control.PreferredSize.Width)
204
if (
MaximumSize
.Width + growBy >= Control.PreferredSize.Width)
206
int freed = Control.PreferredSize.Width -
MaximumSize
.Width;
214
if (
MaximumSize
.Width + growBy < Control.PreferredSize.Width)