3 references to GetSysColor
System.Private.Windows.Core (1)
System\Private\Windows\Ole\DragDropHelper.cs (1)
286
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);