1 write to _constructorInformationCache
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapper.cs (1)
3641_constructorInformationCache = new HybridDictionary(3);
4 references to _constructorInformationCache
PresentationFramework (4)
System\Windows\Markup\XamlTypeMapper.cs (4)
3639if (_constructorInformationCache == null) 3645if (!_constructorInformationCache.Contains(type)) 3647_constructorInformationCache[type] = new ConstructorData(type.GetConstructors(BindingFlags.Public | BindingFlags.Instance)); 3651return (ConstructorData)_constructorInformationCache[type];