4 references to GetIFontFromFont
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHostTests.cs (4)
1525IFont.Interface iFont = (IFont.Interface)SubAxHost.GetIFontFromFont(font); 1547IFont.Interface iFont = (IFont.Interface)SubAxHost.GetIFontFromFont(font); 1573Assert.Throws<ArgumentException>("font", () => SubAxHost.GetIFontFromFont(font)); 1579Assert.Null(SubAxHost.GetIFontFromFont(null));