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