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