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