3 writes to _next
PresentationFramework (3)
System\Windows\Controls\ContainerTracking.cs (3)
57
_next
= root;
70
_previous.
_next
= _next;
86
_next
= null;
6 references to _next
PresentationFramework (6)
System\Windows\Controls\ContainerTracking.cs (6)
34
get { return
_next
; }
70
_previous._next =
_next
;
73
if (
_next
!= null)
75
_next
._previous = _previous;
81
root =
_next
;
129
node = node.
_next
;