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)
42get { return _previous; } 52root?._previous = this; 65_previous?._next = _next; 67_next?._previous = _previous;