5 references to GetSysColor
System.Private.Windows.Core (1)
System\Private\Windows\Ole\DragDropHelper.cs (1)
278
crColorKey = (COLORREF)PInvokeCore.
GetSysColor
(SYS_COLOR_INDEX.COLOR_WINDOW)
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Automation\UiaTextRange.cs (2)
876
private static int GetBackgroundColor() => (int)PInvokeCore.
GetSysColor
(SYS_COLOR_INDEX.COLOR_WINDOW);
894
private static int GetForegroundColor() => (int)PInvokeCore.
GetSysColor
(SYS_COLOR_INDEX.COLOR_WINDOWTEXT);
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) };
System.Windows.Forms.Primitives.TestUtilities (1)
SystemCOLORs.cs (1)
72
COLORREF colorRef = (COLORREF)PInvokeCore.
GetSysColor
((SYS_COLOR_INDEX)i);