1 write to s_maxImageHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
58
s_maxImageHeight
= ScaleHelper.ScaleToInitialSystemDpi(MaxDimension);
2 references to s_maxImageHeight
System.Windows.Forms (2)
System\Windows\Forms\Controls\ImageList\ImageList.cs (2)
162
if (value.Height <= 0 || value.Height >
s_maxImageHeight
)
164
throw new ArgumentOutOfRangeException(nameof(value), value, string.Format(SR.InvalidBoundArgument, "ImageSize.Height", value.Height, 1,
s_maxImageHeight
));