1 write to _mapping
PresentationFramework (1)
System\Windows\Documents\FixedFlowMap.cs (1)
347
_mapping
= new Hashtable();
4 references to _mapping
PresentationFramework (4)
System\Windows\Documents\FixedFlowMap.cs (4)
372
_cachedEntry = (List<FixedSOMElement>)
_mapping
[node];
382
if (
_mapping
.ContainsKey(fn))
384
entry = (List<FixedSOMElement>)
_mapping
[fn];
389
_mapping
.Add(fn, entry);