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