4 writes to headElement
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewCellLinkedList.cs (4)
100this.headElement = newHead; 111this.headElement = null; 154this.headElement = tmp3; 198this.headElement = tmp3;
9 references to headElement
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridViewCellLinkedList.cs (9)
28return new DataGridViewCellLinkedListEnumerator(this.headElement); 46DataGridViewCellLinkedListElement tmp = this.headElement; 83Debug.Assert(this.headElement != null); 84return this.headElement.DataGridViewCell; 96if (this.headElement != null) 98newHead.Next = this.headElement; 120DataGridViewCellLinkedListElement tmp = this.headElement; 139DataGridViewCellLinkedListElement tmp1 = null, tmp2 = this.headElement; 189DataGridViewCellLinkedListElement tmp1 = null, tmp2 = this.headElement;