3 writes to _next
PresentationFramework (3)
System\Windows\Controls\ContainerTracking.cs (3)
70
_next
= root;
83
_previous.
_next
= _next;
99
_next
= null;
6 references to _next
PresentationFramework (6)
System\Windows\Controls\ContainerTracking.cs (6)
47
get { return
_next
; }
83
_previous._next =
_next
;
86
if (
_next
!= null)
88
_next
._previous = _previous;
94
root =
_next
;
142
node = node.
_next
;