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