3 writes to _next
PresentationFramework (3)
src\Framework\System\Windows\Controls\ContainerTracking.cs (3)
71
_next
= root;
84
_previous.
_next
= _next;
100
_next
= null;
5 references to _next
PresentationFramework (5)
src\Framework\System\Windows\Controls\ContainerTracking.cs (5)
48
get { return
_next
; }
84
_previous._next =
_next
;
87
if (
_next
!= null)
89
_next
._previous = _previous;
95
root =
_next
;