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