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