5 references to PreferredHeight
System.Windows.Forms (5)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (4)
487return new Size(100, PreferredHeight); 1198Height = PreferredHeight; 1209Height = Math.Max(saveHeight, PreferredHeight + 2); // 2 = fudge factor 1789height = PreferredHeight;
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (1)
93return new Size(bounds.Width, TextBox.PreferredHeight);