2 instantiations of ElementIndexCache
PresentationFramework (2)
System\Windows\Documents\TextElementCollection.cs (2)
54
_indexCache = new
ElementIndexCache
(-1, null);
870
_indexCache = new
ElementIndexCache
(index, item);
1 reference to ElementIndexCache
PresentationFramework (1)
System\Windows\Documents\TextElementCollection.cs (1)
1039
private
ElementIndexCache
_indexCache;