2 references to UIA_BackgroundColorAttributeId
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
687
UIA_TEXTATTRIBUTE_ID.
UIA_BackgroundColorAttributeId
=> GetBackgroundColor(),
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
479
yield return new object[] { UIA_TEXTATTRIBUTE_ID.
UIA_BackgroundColorAttributeId
, (int)(uint)(COLORREF)PInvokeCore.GetSysColor(SYS_COLOR_INDEX.COLOR_WINDOW) };