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