3 references to BackgroundColorAttribute
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
480
new AutomationAttributeInfo( null, TextPattern.
BackgroundColorAttribute
, typeof(int) ),
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
625
if (attribute == TextPattern.
BackgroundColorAttribute
)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
583
else if (attribute == TextPattern.
BackgroundColorAttribute
) { rval = GetBackgroundColor(range.Font); }