1 write to scaledButtonHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
113
scaledButtonHeight
= LogicalToDeviceUnits(BUTTONHEIGHT);
2 references to scaledButtonHeight
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (2)
329
b.SetBounds(scaledButtonDetailsLeftPadding, buttonTop, scaledButtonWidth,
scaledButtonHeight
);
340
b.SetBounds(buttonLeft, buttonTop, scaledButtonWidth,
scaledButtonHeight
);