26 references to DataGridViewValidateCellInternal
System.Windows.Forms (26)
winforms\Managed\System\WinForms\DataGridView.cs (1)
3926DataGridViewValidateCellInternal.Always /*validateCell*/,
winforms\Managed\System\WinForms\DataGridViewMethods.cs (25)
3096DataGridViewValidateCellInternal.Never /*validateCell*/, 3768DataGridViewValidateCellInternal.Never, 3791DataGridViewValidateCellInternal validateCell, 3798if (validateCell == DataGridViewValidateCellInternal.Always) 3898if (validateCell == DataGridViewValidateCellInternal.WhenChanged) 3970if (validateCell == DataGridViewValidateCellInternal.Always || 3971validateCell == DataGridViewValidateCellInternal.WhenChanged) 3997forCurrentCellChange ? DataGridViewValidateCellInternal.Always : DataGridViewValidateCellInternal.WhenChanged /*validateCell*/, 4067DataGridViewValidateCellInternal.Always /*validateCell*/, 6184DataGridViewValidateCellInternal.Never /*validateCell*/, 6197DataGridViewValidateCellInternal validateCell, 14184DataGridViewValidateCellInternal.Always /*validateCell*/, 15236DataGridViewValidateCellInternal.Always /*validateCell*/, 15295DataGridViewValidateCellInternal.Always /*validateCell*/, 15335DataGridViewValidateCellInternal.Always /*validateCell*/, 18439DataGridViewValidateCellInternal.Always /*validateCell*/, 19613DataGridViewValidateCellInternal.Always, 20650DataGridViewValidateCellInternal.Always, 21872DataGridViewValidateCellInternal.WhenChanged, 21890DataGridViewValidateCellInternal.WhenChanged /*validateCell*/, 26892validateCurrentCell ? DataGridViewValidateCellInternal.Always : DataGridViewValidateCellInternal.Never /*validateCell*/, 27090validateCurrentCell ? DataGridViewValidateCellInternal.Always : DataGridViewValidateCellInternal.Never,