1 write to maxImageHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ImageList.cs (1)
90maxImageHeight = DpiHelper.LogicalToDeviceUnitsY(MAX_DIMENSION);
2 references to maxImageHeight
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ImageList.cs (2)
271if (value.Height <= 0 || value.Height > maxImageHeight) { 272throw new ArgumentOutOfRangeException("ImageSize", SR.GetString(SR.InvalidBoundArgument, "ImageSize.Height", value.Height.ToString(CultureInfo.CurrentCulture), (1).ToString(CultureInfo.CurrentCulture), maxImageHeight.ToString()));