2 writes to _scaledHeightPadding
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (2)
85_scaledHeightPadding = LogicalToDeviceUnits(HEIGHTPADDING); 341_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)
370int delta = _details.Height + _scaledHeightPadding;