3 writes to _cachedItem
PresentationFramework (3)
MS\Internal\Data\IndexedEnumerable.cs (3)
371_cachedItem = item; 441_cachedItem = null; 467_cachedItem = null;
4 references to _cachedItem
PresentationFramework (4)
MS\Internal\Data\IndexedEnumerable.cs (4)
90if (item == _cachedItem) 230return _cachedItem; 251return _cachedItem; 399Debug.Assert(System.Windows.Controls.ItemsControl.EqualsEx(_cachedItem, current), "EnsureCacheCurrent: _cachedItem out of sync with _enumerator.Current");