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