2 references to UIA_HorizontalTextAlignmentAttributeId
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
693
UIA_TEXTATTRIBUTE_ID.
UIA_HorizontalTextAlignmentAttributeId
=> GetHorizontalTextAlignment(_provider.WindowStyle),
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
485
yield return new object[] { UIA_TEXTATTRIBUTE_ID.
UIA_HorizontalTextAlignmentAttributeId
, (int)HorizontalTextAlignment.Left };