2 references to UIA_ForegroundColorAttributeId
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
692
UIA_TEXTATTRIBUTE_ID.
UIA_ForegroundColorAttributeId
=> GetForegroundColor(),
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
484
yield return new object[] { UIA_TEXTATTRIBUTE_ID.
UIA_ForegroundColorAttributeId
, (int)(uint)default(COLORREF) };