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