1 write to maxSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
383maxSize = new Size(3 * (BUTTON_WIDTH + BUTTON_PAD), 24 * pageTypes.Length);
7 references to maxSize
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (7)
269maxSize.Width, maxSize.Height); 394if (pageSize.Width > maxSize.Width) 395maxSize.Width = pageSize.Width; 396if (pageSize.Height > maxSize.Height) 397maxSize.Height = pageSize.Height; 403pageSites[n].GetPageControl().Size = maxSize;