3 writes to _next
PresentationFramework (3)
System\Windows\Controls\ContainerTracking.cs (3)
58_next = root; 71_previous._next = _next; 87_next = null;
6 references to _next
PresentationFramework (6)
System\Windows\Controls\ContainerTracking.cs (6)
35get { return _next; } 71_previous._next = _next; 74if (_next != null) 76_next._previous = _previous; 82root = _next; 130node = node._next;