4 references to MaxGridSize
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DesignerOptions.cs (4)
40if (value.Width > MaxGridSize) 42value.Width = MaxGridSize; 45if (value.Height > MaxGridSize) 47value.Height = MaxGridSize;