9 references to 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)
3745: new(f.Name, f.SizeInPoints, f.Style, GraphicsUnit.Point, f.GdiCharSet, f.GdiVerticalFont);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2068font.GdiVerticalFont);
System.Windows.Forms.Primitives (1)
System\Windows\Forms\FontExtensions.cs (1)
28templateFont.GdiVerticalFont);