3 references to CreateBrushIndirect
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
371
return PInvoke.
CreateBrushIndirect
(&logicalBrush);
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.GDI32.dll.g.cs (2)
26
/// <inheritdoc cref="
CreateBrushIndirect
(winmdroot.Graphics.Gdi.LOGBRUSH*)"/>
32
winmdroot.Graphics.Gdi.HBRUSH __result = PInvoke.
CreateBrushIndirect
(plbrushLocal);