1 write to scaledButtonTopPadding
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
108
scaledButtonTopPadding
= LogicalToDeviceUnits(BUTTONTOPPADDING);
2 references to scaledButtonTopPadding
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (2)
278
ClientSize = new Size(width, buttonTop +
scaledButtonTopPadding
);
353
details.SetBounds(scaledButtonDetailsLeftPadding, buttonTop +
scaledButtonTopPadding
, width - scaledDetailsWidthPadding, scaledDetailsHeight);