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