1 write to _mapping
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedFlowMap.cs (1)
362
_mapping
= new Hashtable();
4 references to _mapping
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedFlowMap.cs (4)
387
_cachedEntry = (List<FixedSOMElement>)
_mapping
[node];
397
if (
_mapping
.ContainsKey(fn))
399
entry = (List<FixedSOMElement>)
_mapping
[fn];
404
_mapping
.Add(fn, entry);