5 references to DLGC_WANTCHARS
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (2)
7617
mask = NativeMethods.
DLGC_WANTCHARS
| NativeMethods.DLGC_WANTALLKEYS | NativeMethods.DLGC_WANTTAB;
7620
mask = NativeMethods.
DLGC_WANTCHARS
| NativeMethods.DLGC_WANTALLKEYS;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
29914
m.Result = (IntPtr)((long)m.Result | NativeMethods.DLGC_WANTARROWS | NativeMethods.
DLGC_WANTCHARS
);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5356
int flags = NativeMethods.
DLGC_WANTCHARS
| NativeMethods.DLGC_WANTARROWS;
6914
m.Result = (IntPtr)((long)m.Result | NativeMethods.DLGC_WANTARROWS | NativeMethods.
DLGC_WANTCHARS
);