14 references to GdiVerticalFont
System.Drawing.Common (5)
System\Drawing\Font.cs (2)
245&& font.GdiVerticalFont == GdiVerticalFont
System\Drawing\FontConverter.cs (2)
90if (font.GdiVerticalFont) 135args[5] = font.GdiVerticalFont;
System\Drawing\SystemFonts.cs (1)
264return new Font(font.FontFamily, font.SizeInPoints, font.Style, GraphicsUnit.Point, font.GdiCharSet, font.GdiVerticalFont);
System.Drawing.Common.Tests (6)
System\Drawing\FontConverterTests.cs (3)
93nameof(Font.GdiVerticalFont), 129Assert.Equal(font.GdiVerticalFont, newFont.GdiVerticalFont);
System\Drawing\FontTests.cs (3)
404Assert.Equal(font.GdiVerticalFont, clone.GdiVerticalFont); 869Assert.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)
2064font.GdiVerticalFont);
System.Windows.Forms.Primitives (1)
System\Windows\Forms\FontExtensions.cs (1)
28templateFont.GdiVerticalFont);