2 writes to _converterCache
PresentationFramework (2)
System\Windows\Markup\BamlMapTable.cs (2)
1735_converterCache = null; 1787_converterCache = new Hashtable();
8 references to _converterCache
PresentationFramework (8)
System\Windows\Markup\BamlMapTable.cs (8)
1710if (_converterCache != null) 1712tc = _converterCache[typeId] as TypeConverter; 1721if (_converterCache != null) 1723tc = _converterCache[type] as TypeConverter; 1732if (_converterCache != null) 1734_converterCache.Clear(); 1785if (_converterCache == null) 1790return _converterCache;