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