8 references to MaximumSize
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (8)
149
if (
MaximumSize
.Height >= Control.PreferredSize.Height) {
157
if (
MaximumSize
.Height + growBy >= Control.PreferredSize.Height) {
158
int freed = Control.PreferredSize.Height -
MaximumSize
.Height;
166
if (
MaximumSize
.Height + growBy < Control.PreferredSize.Height) {
179
if (
MaximumSize
.Width >= Control.PreferredSize.Width) {
187
if (
MaximumSize
.Width + growBy >= Control.PreferredSize.Width) {
188
int freed = Control.PreferredSize.Width -
MaximumSize
.Width;
196
if (
MaximumSize
.Width + growBy < Control.PreferredSize.Width) {