1 write to scaledPaddingHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
105scaledPaddingHeight = LogicalToDeviceUnits(PADDINGHEIGHT);
1 reference to scaledPaddingHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
253int buttonTop = Math.Max(textSize.Height, scaledMaxTextHeight) + scaledPaddingHeight;