1 write to _scaledButtonAlignmentWidth
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
88
_scaledButtonAlignmentWidth
= LogicalToDeviceUnits(BUTTONALIGNMENTWIDTH);
2 references to _scaledButtonAlignmentWidth
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (2)
310
- ((buttons.Length - startIndex) *
_scaledButtonAlignmentWidth
- _scaledButtonAlignmentPadding);
317
buttonLeft +=
_scaledButtonAlignmentWidth
;