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