2 writes to currentScaleDX
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolBar.cs (2)
829
currentScaleDX
= dx;
841
currentScaleDX
= factor.Width;
1 reference to currentScaleDX
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBar.cs (1)
1440
SendMessage(NativeMethods.TB_SETBUTTONSIZE, 0, NativeMethods.Util.MAKELPARAM((int)(buttonSize.Width*
currentScaleDX
), (int)(buttonSize.Height*currentScaleDY)));