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