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