1 write to _scaledButtonHeight
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
87
_scaledButtonHeight
= LogicalToDeviceUnits(BUTTONHEIGHT);
2 references to _scaledButtonHeight
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (2)
302
button.SetBounds(_scaledButtonDetailsLeftPadding, buttonTop, _scaledButtonWidth,
_scaledButtonHeight
);
315
button.SetBounds(buttonLeft, buttonTop, _scaledButtonWidth,
_scaledButtonHeight
);