3 writes to _next
PresentationFramework (3)
System\Windows\Controls\ContainerTracking.cs (3)
54
_next
= root;
65
_previous?.
_next
= _next;
77
_next
= null;
4 references to _next
PresentationFramework (4)
System\Windows\Controls\ContainerTracking.cs (4)
34
get { return
_next
; }
65
_previous?._next =
_next
;
67
_next
?._previous = _previous;
72
root =
_next
;