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