3 references to HEIGHTPADDING
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (3)
69
private int _scaledHeightPadding =
HEIGHTPADDING
;
85
_scaledHeightPadding = LogicalToDeviceUnits(
HEIGHTPADDING
);
349
_scaledHeightPadding = (int)Math.Round(
HEIGHTPADDING
* ((float)e.DeviceDpiNew / e.DeviceDpiOld));