4 references to MAX_DIMENSION
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ImageList.cs (4)
54private static int maxImageWidth = MAX_DIMENSION; 55private static int maxImageHeight = MAX_DIMENSION; 89maxImageWidth = DpiHelper.LogicalToDeviceUnitsX(MAX_DIMENSION); 90maxImageHeight = DpiHelper.LogicalToDeviceUnitsY(MAX_DIMENSION);