14 references to Always
System.Windows.Forms (14)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
3070DataGridViewValidateCellInternal.Always,
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (13)
3884if (validateCell == DataGridViewValidateCellInternal.Always) 4081if (validateCell is DataGridViewValidateCellInternal.Always or DataGridViewValidateCellInternal.WhenChanged) 4111validateCell: forCurrentCellChange ? DataGridViewValidateCellInternal.Always : DataGridViewValidateCellInternal.WhenChanged, 4196validateCell: DataGridViewValidateCellInternal.Always, 14115validateCell: DataGridViewValidateCellInternal.Always, 15162validateCell: DataGridViewValidateCellInternal.Always, 15224validateCell: DataGridViewValidateCellInternal.Always, 15265validateCell: DataGridViewValidateCellInternal.Always, 18391validateCell: DataGridViewValidateCellInternal.Always, 19483DataGridViewValidateCellInternal.Always, 20561DataGridViewValidateCellInternal.Always, 27293validateCell: validateCurrentCell ? DataGridViewValidateCellInternal.Always : DataGridViewValidateCellInternal.Never, 27505validateCurrentCell ? DataGridViewValidateCellInternal.Always : DataGridViewValidateCellInternal.Never,