2 instantiations of LOGBRUSH
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
364LOGBRUSH logicalBrush = new()
System.Windows.Forms.Primitives.TestUtilities (1)
Metafiles\RecordTypes\EMRCREATEBRUSHINDIRECT.cs (1)
28public static implicit operator LOGBRUSH(LOGBRUSH32 logbrush) => new()
11 references to LOGBRUSH
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
364LOGBRUSH logicalBrush = new()
System.Windows.Forms.Primitives (4)
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);
System.Windows.Forms.Primitives.Tests (1)
Interop\Gdi32\GetStockObjectTests.cs (1)
17PInvokeCore.GetObject(hgdiobj, out LOGBRUSH logBrush);
System.Windows.Forms.Primitives.TestUtilities (5)
DeviceContextState.cs (4)
50PInvokeCore.GetObject(hbrush, out LOGBRUSH logbrush); 62public LOGBRUSH SelectedBrush { get => _currentState.SelectedBrush; set => _currentState.SelectedBrush = value; } 79public LOGBRUSH SelectedBrush { get; set; } 162PInvokeCore.GetObject(hgdiobj, out LOGBRUSH logBrush);
Metafiles\RecordTypes\EMRCREATEBRUSHINDIRECT.cs (1)
28public static implicit operator LOGBRUSH(LOGBRUSH32 logbrush) => new()