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