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)
220if (textSize.Height > _scaledMaxHeight) 222textSize.Height = _scaledMaxHeight;