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]; 397if (_mapping.ContainsKey(fn)) 399entry = (List<FixedSOMElement>)_mapping[fn]; 404_mapping.Add(fn, entry);