1 write to _next
PresentationCore (1)
Shared\MS\Internal\SizeLimitedCache.cs (1)
301set { _next = value; }
1 reference to _next
PresentationCore (1)
Shared\MS\Internal\SizeLimitedCache.cs (1)
300get { return _next; }