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