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