26 references to DataGridViewValidateCellInternal
System.Windows.Forms (26)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
3070DataGridViewValidateCellInternal.Always,
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (25)
3191DataGridViewValidateCellInternal.Never, 3851DataGridViewValidateCellInternal.Never, 3877DataGridViewValidateCellInternal validateCell, 3884if (validateCell == DataGridViewValidateCellInternal.Always) 3999if (validateCell == DataGridViewValidateCellInternal.WhenChanged) 4081if (validateCell is DataGridViewValidateCellInternal.Always or DataGridViewValidateCellInternal.WhenChanged) 4111validateCell: forCurrentCellChange ? DataGridViewValidateCellInternal.Always : DataGridViewValidateCellInternal.WhenChanged, 4196validateCell: DataGridViewValidateCellInternal.Always, 6314validateCell: DataGridViewValidateCellInternal.Never, 6328DataGridViewValidateCellInternal validateCell, 14115validateCell: DataGridViewValidateCellInternal.Always, 15162validateCell: DataGridViewValidateCellInternal.Always, 15224validateCell: DataGridViewValidateCellInternal.Always, 15265validateCell: DataGridViewValidateCellInternal.Always, 18391validateCell: DataGridViewValidateCellInternal.Always, 19483DataGridViewValidateCellInternal.Always, 20561DataGridViewValidateCellInternal.Always, 21877DataGridViewValidateCellInternal.WhenChanged, 21896validateCell: DataGridViewValidateCellInternal.WhenChanged, 27293validateCell: validateCurrentCell ? DataGridViewValidateCellInternal.Always : DataGridViewValidateCellInternal.Never, 27505validateCurrentCell ? DataGridViewValidateCellInternal.Always : DataGridViewValidateCellInternal.Never,