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