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