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
"/>
1477
Height =
PreferredHeight
;
1488
Height = Math.Max(saveHeight,
PreferredHeight
+ 2); // 2 = fudge factor
2200
height =
PreferredHeight
;
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (1)
93
return new Size(bounds.Width, TextBox.
PreferredHeight
);