2 writes to TextBoxControlWasDetached
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
1342dgv.TextBoxControlWasDetached = true; 2756dgv.TextBoxControlWasDetached = false;
1 reference to TextBoxControlWasDetached
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
2749(dgv.TextBoxControlWasDetached && dgv.EditingControl is DataGridViewTextBoxEditingControl))