2 writes to _head
PresentationCore (2)
System\Windows\LayoutManager.cs (2)
1077_head = t; 1089if(t.Prev == null) _head = t.Next;
4 references to _head
PresentationCore (4)
System\Windows\LayoutManager.cs (4)
1075t.Next = _head; 1076if(_head != null) _head.Prev = t; 1135ListItem t = _head;