4 references to HOLLOW_BRUSH
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (1)
7147return UnsafeNativeMethods.GetStockObject(NativeMethods.HOLLOW_BRUSH);
winforms\Managed\System\WinForms\ControlPaint.cs (2)
1798IntPtr oldBrush = SafeNativeMethods.SelectObject(new HandleRef(null, dc), new HandleRef(null, UnsafeNativeMethods.GetStockObject(NativeMethods.HOLLOW_BRUSH))); 1830IntPtr oldBrush = SafeNativeMethods.SelectObject(new HandleRef(null, dc), new HandleRef(null, UnsafeNativeMethods.GetStockObject(NativeMethods.HOLLOW_BRUSH)));
winforms\Managed\System\WinForms\NativeWindow.cs (1)
1589wndclass.hbrBackground = UnsafeNativeMethods.GetStockObject(NativeMethods.HOLLOW_BRUSH); //(IntPtr)(NativeMethods.COLOR_WINDOW + 1);