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