3 writes to latestEditingControl
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
2711
this.
latestEditingControl
= null;
5646
this.
latestEditingControl
= null;
6270
this.
latestEditingControl
= this.editingControl;
8 references to latestEditingControl
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (8)
2694
if (this.
latestEditingControl
!= null &&
2695
editControlType.IsInstanceOfType(this.
latestEditingControl
) &&
2696
!this.
latestEditingControl
.GetType().IsSubclassOf(editControlType))
2698
this.editingControl = this.
latestEditingControl
;
2708
if (this.
latestEditingControl
!= null)
2710
this.
latestEditingControl
.Dispose();
5643
if (this.
latestEditingControl
!= null)
5645
this.
latestEditingControl
.Dispose();