2 writes to scaledImagePadding
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (2)
87
scaledImagePadding
= DpiHelper.LogicalToDeviceUnits(ImagePadding);
612
scaledImagePadding
= DpiHelper.LogicalToDeviceUnits(ImagePadding, newDpi);
4 references to scaledImagePadding
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (4)
387
this.maxItemSize.Height = Math.Max(maxImageSize.Height +
scaledImagePadding
.Vertical, maxItemSize.Height);
396
maxImageSize.Height = maxItemSize.Height -
scaledImagePadding
.Vertical;
420
nextPoint.X = checkRectangle.Right + scaledCheckPadding.Right +
scaledImagePadding
.Left;
421
nextPoint.Y =
scaledImagePadding
.Top;