5 references to DLGC_WANTARROWS
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (1)
7654
mask = NativeMethods.DLGC_WANTALLKEYS | NativeMethods.
DLGC_WANTARROWS
;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
29914
m.Result = (IntPtr)((long)m.Result | NativeMethods.
DLGC_WANTARROWS
| NativeMethods.DLGC_WANTCHARS);
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
2377
m.Result = (IntPtr)NativeMethods.
DLGC_WANTARROWS
;
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);