4 writes to Next
PresentationCore (4)
Shared\MS\Internal\SizeLimitedCache.cs (4)
52
_begin.
Next
= _end;
238
node.
Next
= _end;
240
node.Previous.
Next
= node;
252
node.Previous.
Next
= node.Next;
3 references to Next
PresentationCore (3)
Shared\MS\Internal\SizeLimitedCache.cs (3)
225
Node node = _begin.
Next
;
252
node.Previous.Next = node.
Next
;
253
node.
Next
.Previous = node.Previous;