2 references to UIA_FontWeightAttributeId
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
691
UIA_TEXTATTRIBUTE_ID.
UIA_FontWeightAttributeId
=> GetFontWeight(_provider.Logfont),
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
483
yield return new object[] { UIA_TEXTATTRIBUTE_ID.
UIA_FontWeightAttributeId
, (int)FW.NORMAL };