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