1 write to _scaledButtonWidth
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
86
_scaledButtonWidth
= LogicalToDeviceUnits(BUTTONWIDTH);
2 references to _scaledButtonWidth
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (2)
294
button.SetBounds(_scaledButtonDetailsLeftPadding, buttonTop,
_scaledButtonWidth
, _scaledButtonHeight);
307
button.SetBounds(buttonLeft, buttonTop,
_scaledButtonWidth
, _scaledButtonHeight);