3 writes to _next
PresentationFramework (3)
System\Windows\Controls\ContainerTracking.cs (3)
58
_next
= root;
71
_previous.
_next
= _next;
87
_next
= null;
6 references to _next
PresentationFramework (6)
System\Windows\Controls\ContainerTracking.cs (6)
35
get { return
_next
; }
71
_previous._next =
_next
;
74
if (
_next
!= null)
76
_next
._previous = _previous;
82
root =
_next
;
130
node = node.
_next
;