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)
89
if (item ==
_cachedItem
)
226
return
_cachedItem
;
247
return
_cachedItem
;
395
Debug.Assert(System.Windows.Controls.ItemsControl.EqualsEx(
_cachedItem
, current), "EnsureCacheCurrent: _cachedItem out of sync with _enumerator.Current");