3 references to ForegroundColorAttribute
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
487new AutomationAttributeInfo( null, TextPattern.ForegroundColorAttribute, typeof(int) ),
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
645else if (attribute == TextPattern.ForegroundColorAttribute)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
591else if (attribute == TextPattern.ForegroundColorAttribute) { rval = GetForegroundColor(range.Font); }