4 references to FontHeight
System.Windows.Forms.Tests (4)
System\Windows\Forms\PictureBoxTests.cs (4)
71
Assert.Equal(control.
FontHeight
, control.
FontHeight
);
478
Assert.Equal(control.Font.Height, control.
FontHeight
);
484
Assert.Equal(control.Font.Height, control.
FontHeight
);