5 references to SYS_COLOR_INDEX
Microsoft.Private.Windows.Core (5)
System\Private\Windows\Ole\DragDropHelper.cs (1)
286crColorKey = (COLORREF)PInvokeCore.GetSysColor(SYS_COLOR_INDEX.COLOR_WINDOW)
Windows.Win32.PInvokeCore.USER32.dll.g.cs (2)
511 internal static extern uint GetSysColor(winmdroot.Graphics.Gdi.SYS_COLOR_INDEX nIndex); 522 internal static extern winmdroot.Graphics.Gdi.HBRUSH GetSysColorBrush(winmdroot.Graphics.Gdi.SYS_COLOR_INDEX nIndex);
Windows\Win32\PInvokeCore.GetSysColorBrush.cs (2)
10/// <inheritdoc cref="GetSysColorBrush(SYS_COLOR_INDEX)"/> 30return GetSysColorBrush((SYS_COLOR_INDEX)(ColorTranslator.ToOle(systemColor) & 0xFF));