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