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