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