4 references to HorizontalTextAlignmentAttribute
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
503
new AutomationAttributeInfo( null, TextPattern.
HorizontalTextAlignmentAttribute
, typeof(HorizontalTextAlignment) ),
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
624
else if (attribute == TextPattern.
HorizontalTextAlignmentAttribute
)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (2)
94
|| attribute == TextPattern.
HorizontalTextAlignmentAttribute
567
else if (attribute == TextPattern.
HorizontalTextAlignmentAttribute
) { rval = GetHorizontalTextAlignment(range.Para); }