1 write to scaledButtonWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
112
scaledButtonWidth
= LogicalToDeviceUnits(BUTTONWIDTH);
2 references to scaledButtonWidth
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);