2 references to PreferredHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\Label.cs (1)
318
protected override Size DefaultSize => new(100, AutoSize ?
PreferredHeight
: 23);
System.Windows.Forms.Tests (1)
System\Windows\Forms\LabelTests.cs (1)
90
Assert.True(control.
PreferredHeight
> 0);