4 references to FontHeight
System.Windows.Forms.Tests (4)
System\Windows\Forms\PictureBoxTests.cs (4)
69
Assert.Equal(control.
FontHeight
, control.
FontHeight
);
476
Assert.Equal(control.Font.Height, control.
FontHeight
);
482
Assert.Equal(control.Font.Height, control.
FontHeight
);