4 writes to headElement
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewIntLinkedList.cs (4)
117this.headElement = newHead; 128this.headElement = null; 182this.headElement = tmp3; 209this.headElement = tmp3;
9 references to headElement
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridViewIntLinkedList.cs (9)
28return new DataGridViewIntLinkedListEnumerator(this.headElement); 57DataGridViewIntLinkedListElement tmp = this.headElement; 104Debug.Assert(this.headElement != null); 105return this.headElement.Int; 113if (this.headElement != null) 115newHead.Next = this.headElement; 136DataGridViewIntLinkedListElement tmp = this.headElement; 167DataGridViewIntLinkedListElement tmp1 = null, tmp2 = this.headElement; 199DataGridViewIntLinkedListElement tmp1 = null, tmp2 = this.headElement;