4 references to GetIFontFromFont
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHostTests.cs (4)
1523IFont.Interface iFont = (IFont.Interface)SubAxHost.GetIFontFromFont(font); 1545IFont.Interface iFont = (IFont.Interface)SubAxHost.GetIFontFromFont(font); 1571Assert.Throws<ArgumentException>("font", () => SubAxHost.GetIFontFromFont(font)); 1577Assert.Null(SubAxHost.GetIFontFromFont(null));