1 write to _scaledPaddingHeight
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
79
_scaledPaddingHeight
= LogicalToDeviceUnits(PADDINGHEIGHT);
1 reference to _scaledPaddingHeight
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
226
int buttonTop = Math.Max(textSize.Height, _scaledMaxTextHeight) +
_scaledPaddingHeight
;