2 writes to scaledDefaultImageMarginWidth
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (2)
83scaledDefaultImageMarginWidth = DpiHelper.LogicalToDeviceUnitsX(DefaultImageMarginWidth) + 1; // 1px for border 609scaledDefaultImageMarginWidth = DpiHelper.LogicalToDeviceUnits(DefaultImageMarginWidth, newDpi) + 1; // 1px for border
2 references to scaledDefaultImageMarginWidth
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (2)
428checkAndImageMarginWidth = scaledDefaultImageMarginWidth; 442checkAndImageMarginWidth = scaledDefaultImageMarginWidth;