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