8 references to Logfont
System.Windows.Forms.Primitives (8)
System\Windows\Forms\Automation\UiaTextRange.cs (8)
362
Rectangle endlineRectangle = new(endlinePoint.X, endlinePoint.Y + 2, UiaTextProvider.EndOfLineWidth, Math.Abs(_provider.
Logfont
.lfHeight) + 1);
687
UIA_TEXTATTRIBUTE_ID.UIA_FontNameAttributeId => GetFontName(_provider.
Logfont
),
688
UIA_TEXTATTRIBUTE_ID.UIA_FontSizeAttributeId => GetFontSize(_provider.
Logfont
),
689
UIA_TEXTATTRIBUTE_ID.UIA_FontWeightAttributeId => GetFontWeight(_provider.
Logfont
),
692
UIA_TEXTATTRIBUTE_ID.UIA_IsItalicAttributeId => GetItalic(_provider.
Logfont
),
694
UIA_TEXTATTRIBUTE_ID.UIA_StrikethroughStyleAttributeId => GetStrikethroughStyle(_provider.
Logfont
),
695
UIA_TEXTATTRIBUTE_ID.UIA_UnderlineStyleAttributeId => GetUnderlineStyle(_provider.
Logfont
),
743
int lineHeight = Math.Abs(_provider.
Logfont
.lfHeight);