1 write to s_maxImageWidth
System.Windows.Forms (1)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
57
s_maxImageWidth
= ScaleHelper.ScaleToInitialSystemDpi(MaxDimension);
2 references to s_maxImageWidth
System.Windows.Forms (2)
System\Windows\Forms\Controls\ImageList\ImageList.cs (2)
157
if (value.Width <= 0 || value.Width >
s_maxImageWidth
)
159
throw new ArgumentOutOfRangeException(nameof(value), value, string.Format(SR.InvalidBoundArgument, "ImageSize.Width", value.Width, 1,
s_maxImageWidth
));