1 write to _previous
PresentationFramework (1)
System\Windows\Controls\ContainerTracking.cs (1)
76
_previous
= null;
5 references to _previous
PresentationFramework (5)
System\Windows\Controls\ContainerTracking.cs (5)
42
get { return
_previous
; }
52
root?.
_previous
= this;
65
_previous
?._next = _next;
67
_next?.
_previous
=
_previous
;