3 references to CapStyleAttribute
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
482new AutomationAttributeInfo( null, TextPattern.CapStyleAttribute, typeof(CapStyle) ),
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
629else if (attribute == TextPattern.CapStyleAttribute)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
585else if (attribute == TextPattern.CapStyleAttribute) { rval = GetCapStyle(range.Font); }