2 writes to _converterCache
PresentationFramework (2)
System\Windows\Markup\BamlMapTable.cs (2)
1716_converterCache = null; 1782_converterCache = new Hashtable();
8 references to _converterCache
PresentationFramework (8)
System\Windows\Markup\BamlMapTable.cs (8)
1691if (_converterCache != null) 1693tc = _converterCache[typeId] as TypeConverter; 1702if (_converterCache != null) 1704tc = _converterCache[type] as TypeConverter; 1713if (_converterCache != null) 1715_converterCache.Clear(); 1780if (_converterCache == null) 1785return _converterCache;