1 write to _constructorInformationCache
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
3869_constructorInformationCache = new HybridDictionary(3);
4 references to _constructorInformationCache
PresentationFramework (4)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (4)
3867if (_constructorInformationCache == null) 3873if (!_constructorInformationCache.Contains(type)) 3875_constructorInformationCache[type] = new ConstructorData(type.GetConstructors(BindingFlags.Public | BindingFlags.Instance)); 3879return (ConstructorData)_constructorInformationCache[type];