5 references to DLGC_WANTARROWS
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
6372
mask = PInvoke.DLGC_WANTALLKEYS | PInvoke.
DLGC_WANTARROWS
;
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\MonthCalendar\MonthCalendar.cs (1)
2155
m.ResultInternal = (LRESULT)(nint)PInvoke.
DLGC_WANTARROWS
;
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));