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