1 write to scaledButtonAlignmentWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
114
scaledButtonAlignmentWidth
= LogicalToDeviceUnits(BUTTONALIGNMENTWIDTH);
2 references to scaledButtonAlignmentWidth
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (2)
336
int buttonLeft = (width - scaledButtonDetailsLeftPadding - ((buttons.Length - startIndex) *
scaledButtonAlignmentWidth
- scaledButtonAlignmentPadding));
342
buttonLeft +=
scaledButtonAlignmentWidth
;