3 references to Left
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
901
: HorizontalTextAlignment.
Left
);
System.Windows.Forms.Primitives.Tests (2)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (2)
485
yield return new object[] { UIA_TEXTATTRIBUTE_ID.UIA_HorizontalTextAlignmentAttributeId, (int)HorizontalTextAlignment.
Left
};
1120
[InlineData(PInvoke.ES_LEFT, (int)HorizontalTextAlignment.
Left
)]