10 references to PatBlt
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ControlPaint.cs (1)
2014
SafeNativeMethods.
PatBlt
(new HandleRef(null, dc), rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, rop3);
winforms\Managed\System\WinForms\DataGrid.cs (1)
5860
SafeNativeMethods.
PatBlt
(new HandleRef(this, dc), r.X, r.Y, r.Width, r.Height, NativeMethods.PATINVERT);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (5)
5771
SafeNativeMethods.
PatBlt
(new HandleRef(this, dc), r.X, r.Y, r.Width, DATAGRIDVIEW_shadowEdgeThickness, NativeMethods.PATINVERT);
5772
SafeNativeMethods.
PatBlt
(new HandleRef(this, dc), r.X, r.Y + r.Height - DATAGRIDVIEW_shadowEdgeThickness, r.Width, DATAGRIDVIEW_shadowEdgeThickness, NativeMethods.PATINVERT);
5773
SafeNativeMethods.
PatBlt
(new HandleRef(this, dc), r.X, r.Y + DATAGRIDVIEW_shadowEdgeThickness, DATAGRIDVIEW_shadowEdgeThickness, r.Height - 2 * DATAGRIDVIEW_shadowEdgeThickness, NativeMethods.PATINVERT);
5774
SafeNativeMethods.
PatBlt
(new HandleRef(this, dc), r.X + r.Width - DATAGRIDVIEW_shadowEdgeThickness, r.Y + DATAGRIDVIEW_shadowEdgeThickness, DATAGRIDVIEW_shadowEdgeThickness, r.Height - 2 * DATAGRIDVIEW_shadowEdgeThickness, NativeMethods.PATINVERT);
5791
SafeNativeMethods.
PatBlt
(new HandleRef(this, dc), r.X, r.Y, r.Width, r.Height, NativeMethods.PATINVERT);
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
842
SafeNativeMethods.
PatBlt
(new HandleRef(null, dc), rc.left, rc.top, rc.right - rc.left, rc.bottom - rc.top, NativeMethods.PATCOPY);
winforms\Managed\System\WinForms\SplitContainer.cs (1)
1639
SafeNativeMethods.
PatBlt
(new HandleRef(this, dc), r.X, r.Y, r.Width, r.Height, NativeMethods.PATINVERT);
winforms\Managed\System\WinForms\Splitter.cs (1)
776
SafeNativeMethods.
PatBlt
(new HandleRef(ParentInternal, dc), r.X, r.Y, r.Width, r.Height, NativeMethods.PATINVERT);