2 writes to _scaledHeightPadding
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (2)
85
_scaledHeightPadding
= LogicalToDeviceUnits(HEIGHTPADDING);
349
_scaledHeightPadding
= (int)Math.Round(HEIGHTPADDING * ((float)e.DeviceDpiNew / e.DeviceDpiOld));
1 reference to _scaledHeightPadding
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
378
int delta = _details.Height +
_scaledHeightPadding
;