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