12 references to PRF_NONCLIENT
System.Windows.Forms (11)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
473
nint flags = PInvoke.PRF_CHILDREN | PInvoke.PRF_CLIENT | PInvoke.PRF_ERASEBKGND | PInvoke.
PRF_NONCLIENT
;
System\Windows\Forms\Control.cs (3)
5230
(LPARAM)(PInvoke.PRF_CHILDREN | PInvoke.PRF_CLIENT | PInvoke.PRF_ERASEBKGND | PInvoke.
PRF_NONCLIENT
));
7780
uint flags = PInvoke.PRF_CHILDREN | PInvoke.PRF_CLIENT | PInvoke.PRF_ERASEBKGND | PInvoke.
PRF_NONCLIENT
;
9568
PrintToMetaFile_SendPrintMessage(hDC, (nint)(lParam & (long)~PInvoke.
PRF_NONCLIENT
));
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
2324
if (((nint)m.LParamInternal & PInvoke.
PRF_NONCLIENT
) != 0 && Application.RenderWithVisualStyles && BorderStyle == BorderStyle.Fixed3D)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6959
if (((nint)m.LParamInternal & PInvoke.
PRF_NONCLIENT
) != 0 && Application.RenderWithVisualStyles && BorderStyle == BorderStyle.Fixed3D)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2886
if (((nint)m.LParamInternal & PInvoke.
PRF_NONCLIENT
) != 0
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
848
if (((nint)m.LParamInternal & PInvoke.
PRF_NONCLIENT
) != 0 && Application.RenderWithVisualStyles
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2601
|| ((nint)m.LParamInternal & PInvoke.
PRF_NONCLIENT
) == 0)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
2654
(LPARAM)(uint)(PInvoke.PRF_CHILDREN | PInvoke.PRF_CLIENT | PInvoke.PRF_ERASEBKGND | PInvoke.
PRF_NONCLIENT
));
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3350
if (((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
));