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