1 write to _scaledMaxTextHeight
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
81_scaledMaxTextHeight = LogicalToDeviceUnits(MAXTEXTHEIGHT);
3 references to _scaledMaxTextHeight
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (3)
226int buttonTop = Math.Max(textSize.Height, _scaledMaxTextHeight) + _scaledPaddingHeight; 257_scaledMessageTopPadding + (_scaledMaxTextHeight - Math.Min(textSize.Height, _scaledMaxTextHeight)) / 2,