2 writes to _next
PresentationFramework (2)
System\Windows\Controls\ContainerTracking.cs (2)
54_next = root; 77_next = null;
6 references to _next
PresentationFramework (6)
System\Windows\Controls\ContainerTracking.cs (6)
34get { return _next; } 65_previous?._next = _next; 67_next?._previous = _previous; 72root = _next; 120node = node._next;