3 writes to _cachedItem
PresentationFramework (3)
MS\Internal\Data\IndexedEnumerable.cs (3)
368_cachedItem = item; 438_cachedItem = null; 461_cachedItem = null;
4 references to _cachedItem
PresentationFramework (4)
MS\Internal\Data\IndexedEnumerable.cs (4)
90if (item == _cachedItem) 227return _cachedItem; 248return _cachedItem; 396Debug.Assert(System.Windows.Controls.ItemsControl.EqualsEx(_cachedItem, current), "EnsureCacheCurrent: _cachedItem out of sync with _enumerator.Current");