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