1 write to _maxSize
System.Windows.Forms (1)
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
341_maxSize = new Size(3 * (BUTTON_WIDTH + BUTTON_PAD), 24 * _pageTypes.Length);
7 references to _maxSize
System.Windows.Forms (7)
System\Windows\Forms\Design\ComponentEditorForm.cs (7)
236_maxSize.Width, _maxSize.Height); 352if (pageSize.Width > _maxSize.Width) 354_maxSize.Width = pageSize.Width; 357if (pageSize.Height > _maxSize.Height) 359_maxSize.Height = pageSize.Height; 366_pageSites[n].GetPageControl().Size = _maxSize;