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