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