2 writes to _head
PresentationCore (2)
System\Windows\LayoutManager.cs (2)
1062_head = t; 1074if(t.Prev == null) _head = t.Next;
4 references to _head
PresentationCore (4)
System\Windows\LayoutManager.cs (4)
1060t.Next = _head; 1061if(_head != null) _head.Prev = t; 1120ListItem t = _head;