1 write to _scaledMaxHeight
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
77
_scaledMaxHeight
= LogicalToDeviceUnits(MAXHEIGHT);
2 references to _scaledMaxHeight
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (2)
228
if (textSize.Height >
_scaledMaxHeight
)
230
textSize.Height =
_scaledMaxHeight
;