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);
352
if (pageSize.Width >
_maxSize
.Width)
354
_maxSize
.Width = pageSize.Width;
357
if (pageSize.Height >
_maxSize
.Height)
359
_maxSize
.Height = pageSize.Height;
366
_pageSites[n].GetPageControl().Size =
_maxSize
;