7 references to PreferredHeight
System.Windows.Forms (7)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (6)
524=> new Size(100, PreferredHeight); 1053/// This can return a different value than <see cref="PreferredHeight"/>. <see cref="PreferredHeight"/> 1477Height = PreferredHeight; 1488Height = Math.Max(saveHeight, PreferredHeight + 2); // 2 = fudge factor 2200height = PreferredHeight;
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (1)
93return new Size(bounds.Width, TextBox.PreferredHeight);