2 writes to ComboBoxControlWasDetached
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
1347dgv.ComboBoxControlWasDetached = true; 2755dgv.ComboBoxControlWasDetached = false;
1 reference to ComboBoxControlWasDetached
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
2748if ((dgv.ComboBoxControlWasDetached && dgv.EditingControl is DataGridViewComboBoxEditingControl) ||