4 references to IMAGE_SIZE
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (4)
45
private static int scaledImageSizeX =
IMAGE_SIZE
;
46
private static int scaledImageSizeY =
IMAGE_SIZE
;
616
scaledImageSizeX = DpiHelper.LogicalToDeviceUnitsX(
IMAGE_SIZE
);
617
scaledImageSizeY = DpiHelper.LogicalToDeviceUnitsY(
IMAGE_SIZE
);