1 instantiation of LOGBRUSH
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
364LOGBRUSH logicalBrush = new()
5 references to LOGBRUSH
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
364LOGBRUSH logicalBrush = new()
System.Windows.Forms.Primitives (4)
_generated\414\Windows.Win32.PInvoke.GDI32.dll.g.cs (4)
26 /// <inheritdoc cref="CreateBrushIndirect(winmdroot.Graphics.Gdi.LOGBRUSH*)"/> 28 internal static unsafe winmdroot.Graphics.Gdi.HBRUSH CreateBrushIndirect(in winmdroot.Graphics.Gdi.LOGBRUSH plbrush) 30 fixed (winmdroot.Graphics.Gdi.LOGBRUSH* plbrushLocal = &plbrush) 48 internal static extern unsafe winmdroot.Graphics.Gdi.HBRUSH CreateBrushIndirect(winmdroot.Graphics.Gdi.LOGBRUSH* plbrush);