8 references to MaximumSize
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (8)
160
if (
MaximumSize
.Height >= Control.PreferredSize.Height)
169
if (
MaximumSize
.Height + growBy >= Control.PreferredSize.Height)
171
int freed = Control.PreferredSize.Height -
MaximumSize
.Height;
179
if (
MaximumSize
.Height + growBy < Control.PreferredSize.Height)
193
if (
MaximumSize
.Width >= Control.PreferredSize.Width)
202
if (
MaximumSize
.Width + growBy >= Control.PreferredSize.Width)
204
int freed = Control.PreferredSize.Width -
MaximumSize
.Width;
212
if (
MaximumSize
.Width + growBy < Control.PreferredSize.Width)