5 references to DLGC_WANTARROWS
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
6372mask = PInvoke.DLGC_WANTALLKEYS | PInvoke.DLGC_WANTARROWS;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
30015m.ResultInternal = (LRESULT)(m.ResultInternal | (nint)PInvoke.DLGC_WANTARROWS | (nint)PInvoke.DLGC_WANTCHARS);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
2155m.ResultInternal = (LRESULT)(nint)PInvoke.DLGC_WANTARROWS;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
5360uint flags = PInvoke.DLGC_WANTCHARS | PInvoke.DLGC_WANTARROWS;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
356m.ResultInternal = (LRESULT)(m.ResultInternal | (nint)(PInvoke.DLGC_WANTARROWS | PInvoke.DLGC_WANTCHARS));