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