10 references to PRF_NONCLIENT
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Control.cs (4)
6175
(IntPtr)(NativeMethods.PRF_CHILDREN | NativeMethods.PRF_CLIENT | NativeMethods.PRF_ERASEBKGND | NativeMethods.
PRF_NONCLIENT
));
8516
IntPtr flags = (IntPtr)(NativeMethods.PRF_CHILDREN | NativeMethods.PRF_CLIENT | NativeMethods.PRF_ERASEBKGND | NativeMethods.
PRF_NONCLIENT
);
10387
PrintToMetaFile_SendPrintMessage(hDC, (IntPtr)((long)lParam & ~NativeMethods.
PRF_NONCLIENT
));
16707
| NativeMethods.
PRF_NONCLIENT
);
winforms\Managed\System\WinForms\ListBox.cs (1)
2276
if ((NativeMethods.
PRF_NONCLIENT
& (int)m.LParam) != 0 && Application.RenderWithVisualStyles && this.BorderStyle == BorderStyle.Fixed3D) {
winforms\Managed\System\WinForms\ListView.cs (1)
6227
if ((NativeMethods.
PRF_NONCLIENT
& (int)m.LParam) != 0 && Application.RenderWithVisualStyles && this.BorderStyle == BorderStyle.Fixed3D) {
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
3177
if ((NativeMethods.
PRF_NONCLIENT
& unchecked( (int) (long)m.LParam)) != 0 && Application.RenderWithVisualStyles && this.BorderStyle == BorderStyle.Fixed3D) {
winforms\Managed\System\WinForms\TextBox.cs (1)
845
if ((NativeMethods.
PRF_NONCLIENT
& (int)m.LParam) != 0 && Application.RenderWithVisualStyles && this.BorderStyle == BorderStyle.Fixed3D) {
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2844
(IntPtr)(NativeMethods.PRF_CHILDREN | NativeMethods.PRF_CLIENT | NativeMethods.PRF_ERASEBKGND | NativeMethods.
PRF_NONCLIENT
));
winforms\Managed\System\WinForms\TreeView.cs (1)
3133
if ((NativeMethods.
PRF_NONCLIENT
& (int)m.LParam) != 0 && Application.RenderWithVisualStyles && this.BorderStyle == BorderStyle.Fixed3D) {