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