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