5 references to PreferredHeight
System.Windows.Forms (5)
winforms\Managed\System\WinForms\TextBoxBase.cs (4)
572
return new Size(100,
PreferredHeight
);
1380
Height =
PreferredHeight
;
1391
Height = Math.Max(saveHeight,
PreferredHeight
+ 2); // 2 = fudge factor
1991
height =
PreferredHeight
;
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
168
return new Size(bounds.Width, TextBox.
PreferredHeight
);