2 writes to _head
PresentationCore (2)
Core\CSharp\System\Windows\LayoutManager.cs (2)
1085_head = t; 1097if(t.Prev == null) _head = t.Next;
4 references to _head
PresentationCore (4)
Core\CSharp\System\Windows\LayoutManager.cs (4)
1083t.Next = _head; 1084if(_head != null) _head.Prev = t; 1143ListItem t = _head;