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