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