2 writes to _converterCache
PresentationFramework (2)
System\Windows\Markup\BamlMapTable.cs (2)
1734_converterCache = null; 1786_converterCache = new Hashtable();
8 references to _converterCache
PresentationFramework (8)
System\Windows\Markup\BamlMapTable.cs (8)
1709if (_converterCache != null) 1711tc = _converterCache[typeId] as TypeConverter; 1720if (_converterCache != null) 1722tc = _converterCache[type] as TypeConverter; 1731if (_converterCache != null) 1733_converterCache.Clear(); 1784if (_converterCache == null) 1789return _converterCache;