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