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)
385if (_cachedEntry == null || node != _cachedFixedNode) 390return _cachedEntry;