1 write to _mapping
PresentationFramework (1)
System\Windows\Documents\FixedFlowMap.cs (1)
348
_mapping
= new Hashtable();
4 references to _mapping
PresentationFramework (4)
System\Windows\Documents\FixedFlowMap.cs (4)
373
_cachedEntry = (List<FixedSOMElement>)
_mapping
[node];
383
if (
_mapping
.ContainsKey(fn))
385
entry = (List<FixedSOMElement>)
_mapping
[fn];
390
_mapping
.Add(fn, entry);