6 instantiations of LOGFONT
System.Drawing.Common.Tests (6)
System\Drawing\FontTests.cs (6)
575LOGFONT logFont = new() 621LOGFONT logFont = new(); 706LOGFONT logFont = new(); 740LOGFONT logFont = new(); 775AssertExtensions.Throws<ArgumentNullException>("graphics", () => font.ToLogFont(new LOGFONT(), null)); 787Assert.Throws<ArgumentException>(() => font.ToLogFont(new LOGFONT(), graphics));
4 references to LOGFONT
System.Drawing.Common.Tests (4)
System\Drawing\FontTests.cs (4)
575LOGFONT logFont = new() 621LOGFONT logFont = new(); 706LOGFONT logFont = new(); 740LOGFONT logFont = new();