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)
34
get { return
_next
; }
65
_previous?._next =
_next
;
67
_next
?._previous = _previous;
72
root =
_next
;
120
node = node.
_next
;