14 references to GdiVerticalFont
System.Drawing.Common (5)
System\Drawing\Font.cs (2)
245
&& font.
GdiVerticalFont
==
GdiVerticalFont
System\Drawing\FontConverter.cs (2)
90
if (font.
GdiVerticalFont
)
135
args[5] = font.
GdiVerticalFont
;
System\Drawing\SystemFonts.cs (1)
264
return new Font(font.FontFamily, font.SizeInPoints, font.Style, GraphicsUnit.Point, font.GdiCharSet, font.
GdiVerticalFont
);
System.Drawing.Common.Tests (6)
System\Drawing\FontConverterTests.cs (3)
93
nameof(Font.
GdiVerticalFont
),
129
Assert.Equal(font.
GdiVerticalFont
, newFont.
GdiVerticalFont
);
System\Drawing\FontTests.cs (3)
404
Assert.Equal(font.
GdiVerticalFont
, clone.
GdiVerticalFont
);
869
Assert.Equal(expectedGdiVerticalFont, font.
GdiVerticalFont
);
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3712
: new(f.Name, f.SizeInPoints, f.Style, GraphicsUnit.Point, f.GdiCharSet, f.
GdiVerticalFont
);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2064
font.
GdiVerticalFont
);
System.Windows.Forms.Primitives (1)
System\Windows\Forms\FontExtensions.cs (1)
28
templateFont.
GdiVerticalFont
);