2 writes to _converterCache
PresentationFramework (2)
System\Windows\Markup\BamlMapTable.cs (2)
1726_converterCache = null; 1778_converterCache = new Hashtable();
8 references to _converterCache
PresentationFramework (8)
System\Windows\Markup\BamlMapTable.cs (8)
1701if (_converterCache != null) 1703tc = _converterCache[typeId] as TypeConverter; 1712if (_converterCache != null) 1714tc = _converterCache[type] as TypeConverter; 1723if (_converterCache != null) 1725_converterCache.Clear(); 1776if (_converterCache == null) 1781return _converterCache;