3 writes to _next
PresentationFramework (3)
System\Windows\Controls\ContainerTracking.cs (3)
70_next = root; 83_previous._next = _next; 99_next = null;
6 references to _next
PresentationFramework (6)
System\Windows\Controls\ContainerTracking.cs (6)
47get { return _next; } 83_previous._next = _next; 86if (_next != null) 88_next._previous = _previous; 94root = _next; 142node = node._next;