4 references to GetIFontDispFromFont
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHostTests.cs (4)
1449object disp = SubAxHost.GetIFontDispFromFont(font); 1478object disp = SubAxHost.GetIFontDispFromFont(font); 1512Assert.Throws<ArgumentException>("font", () => SubAxHost.GetIFontDispFromFont(font)); 1518Assert.Null(SubAxHost.GetIFontDispFromFont(null));