3 writes to _cachedItem
PresentationFramework (3)
MS\Internal\Data\IndexedEnumerable.cs (3)
367_cachedItem = item; 437_cachedItem = null; 460_cachedItem = null;
4 references to _cachedItem
PresentationFramework (4)
MS\Internal\Data\IndexedEnumerable.cs (4)
89if (item == _cachedItem) 226return _cachedItem; 247return _cachedItem; 395Debug.Assert(System.Windows.Controls.ItemsControl.EqualsEx(_cachedItem, current), "EnsureCacheCurrent: _cachedItem out of sync with _enumerator.Current");