5 references to DLGC_WANTCHARS
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (2)
6336
? (int)(PInvoke.
DLGC_WANTCHARS
| PInvoke.DLGC_WANTALLKEYS | PInvoke.DLGC_WANTTAB)
6337
: (int)(PInvoke.
DLGC_WANTCHARS
| PInvoke.DLGC_WANTALLKEYS);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
30015
m.ResultInternal = (LRESULT)(m.ResultInternal | (nint)PInvoke.DLGC_WANTARROWS | (nint)PInvoke.
DLGC_WANTCHARS
);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
5360
uint flags = PInvoke.
DLGC_WANTCHARS
| PInvoke.DLGC_WANTARROWS;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
356
m.ResultInternal = (LRESULT)(m.ResultInternal | (nint)(PInvoke.DLGC_WANTARROWS | PInvoke.
DLGC_WANTCHARS
));