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)
294button.SetBounds(_scaledButtonDetailsLeftPadding, buttonTop, _scaledButtonWidth, _scaledButtonHeight); 307button.SetBounds(buttonLeft, buttonTop, _scaledButtonWidth, _scaledButtonHeight);