3 references to CreateSolidBrush
Microsoft.Private.Windows.Core (3)
Windows\Win32\Graphics\Gdi\CreateBrushScope.cs (2)
27/// Creates a solid brush based on the <paramref name="color"/> using <see cref="PInvokeCore.CreateSolidBrush(COLORREF)"/>. 33: PInvokeCore.CreateSolidBrush(color);
Windows\Win32\PInvokeCore.GetSysColorBrush.cs (1)
24return CreateSolidBrush(systemColor);