3 writes to _next
PresentationFramework (3)
System\Windows\Controls\ContainerTracking.cs (3)
57_next = root; 70_previous._next = _next; 86_next = null;
6 references to _next
PresentationFramework (6)
System\Windows\Controls\ContainerTracking.cs (6)
34get { return _next; } 70_previous._next = _next; 73if (_next != null) 75_next._previous = _previous; 81root = _next; 129node = node._next;