8 references to PreferredHeight
System.Windows.Forms (8)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (7)
524
=> new Size(100,
PreferredHeight
);
1054
/// This can return a different value than <see cref="
PreferredHeight
"/>. <see cref="
PreferredHeight
"/>
1478
Height =
PreferredHeight
;
1489
Height = Math.Max(saveHeight,
PreferredHeight
+ 2); // 2 = fudge factor
1519
int singleLineHeight =
PreferredHeight
;
2223
height =
PreferredHeight
;
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (1)
93
return new Size(bounds.Width, TextBox.
PreferredHeight
);