2 writes to scaledCheckMarkBitmapSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
182
scaledCheckMarkBitmapSize
= DpiHelper.LogicalToDeviceUnits(checkMarkBitmapSize);
681
scaledCheckMarkBitmapSize
= DpiHelper.LogicalToDeviceUnits(checkMarkBitmapSize, value);
2 references to scaledCheckMarkBitmapSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
282
indeterminateCheckedImage = GetBitmapFromIcon("IndeterminateChecked.ico",
scaledCheckMarkBitmapSize
);
301
checkedImage = GetBitmapFromIcon("Checked.ico",
scaledCheckMarkBitmapSize
);