4 references to GetIFontDispFromFont
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHostTests.cs (4)
1447
object disp = SubAxHost.
GetIFontDispFromFont
(font);
1476
object disp = SubAxHost.
GetIFontDispFromFont
(font);
1510
Assert.Throws<ArgumentException>("font", () => SubAxHost.
GetIFontDispFromFont
(font));
1516
Assert.Null(SubAxHost.
GetIFontDispFromFont
(null));