2 writes to currentScaleDY
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolBar.cs (2)
830currentScaleDY = dy; 842currentScaleDY = factor.Height;
1 reference to currentScaleDY
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)));