4 references to HorizontalTextAlignmentAttribute
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
488
new AutomationAttributeInfo( null, TextPattern.
HorizontalTextAlignmentAttribute
, typeof(HorizontalTextAlignment) ),
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
649
else if (attribute == TextPattern.
HorizontalTextAlignmentAttribute
)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (2)
105
|| attribute == TextPattern.
HorizontalTextAlignmentAttribute
593
else if (attribute == TextPattern.
HorizontalTextAlignmentAttribute
) { rval = GetHorizontalTextAlignment(range.Para); }