11 references to PRF_NONCLIENT
System.Windows.Forms (10)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
473nint flags = PInvoke.PRF_CHILDREN | PInvoke.PRF_CLIENT | PInvoke.PRF_ERASEBKGND | PInvoke.PRF_NONCLIENT;
System\Windows\Forms\Control.cs (3)
5022(LPARAM)(PInvoke.PRF_CHILDREN | PInvoke.PRF_CLIENT | PInvoke.PRF_ERASEBKGND | PInvoke.PRF_NONCLIENT)); 7186uint flags = PInvoke.PRF_CHILDREN | PInvoke.PRF_CLIENT | PInvoke.PRF_ERASEBKGND | PInvoke.PRF_NONCLIENT; 8842PrintToMetaFile_SendPrintMessage(hDC, (nint)(lParam & (long)~PInvoke.PRF_NONCLIENT));
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
2322if (((nint)m.LParamInternal & PInvoke.PRF_NONCLIENT) != 0 && Application.RenderWithVisualStyles && BorderStyle == BorderStyle.Fixed3D)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6957if (((nint)m.LParamInternal & PInvoke.PRF_NONCLIENT) != 0 && Application.RenderWithVisualStyles && BorderStyle == BorderStyle.Fixed3D)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2886if (((nint)m.LParamInternal & PInvoke.PRF_NONCLIENT) != 0
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
816if (((nint)m.LParamInternal & PInvoke.PRF_NONCLIENT) != 0 && Application.RenderWithVisualStyles
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
2660(LPARAM)(uint)(PInvoke.PRF_CHILDREN | PInvoke.PRF_CLIENT | PInvoke.PRF_ERASEBKGND | PInvoke.PRF_NONCLIENT));
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3134if (((nint)m.LParamInternal & PInvoke.PRF_NONCLIENT) != 0
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
447(LPARAM)(uint)(PInvoke.PRF_CHILDREN | PInvoke.PRF_CLIENT | PInvoke.PRF_ERASEBKGND | PInvoke.PRF_NONCLIENT));