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