1 write to _cachedEntry
PresentationFramework (1)
System\Windows\Documents\FixedFlowMap.cs (1)
373
_cachedEntry
= (List<FixedSOMElement>)_mapping[node];
2 references to _cachedEntry
PresentationFramework (2)
System\Windows\Documents\FixedFlowMap.cs (2)
371
if (
_cachedEntry
== null || node != _cachedFixedNode)
376
return
_cachedEntry
;