11 references to PRF_NONCLIENT
System.Windows.Forms (10)
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)
5022
(LPARAM)(PInvoke.PRF_CHILDREN | PInvoke.PRF_CLIENT | PInvoke.PRF_ERASEBKGND | PInvoke.
PRF_NONCLIENT
));
7186
uint flags = PInvoke.PRF_CHILDREN | PInvoke.PRF_CLIENT | PInvoke.PRF_ERASEBKGND | PInvoke.
PRF_NONCLIENT
;
8842
PrintToMetaFile_SendPrintMessage(hDC, (nint)(lParam & (long)~PInvoke.
PRF_NONCLIENT
));
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
2322
if (((nint)m.LParamInternal & PInvoke.
PRF_NONCLIENT
) != 0 && Application.RenderWithVisualStyles && BorderStyle == BorderStyle.Fixed3D)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6957
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)
816
if (((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)
3134
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
));