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