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