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