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