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)
3641
if (
_constructorInformationCache
== null)
3647
if (!
_constructorInformationCache
.Contains(type))
3649
_constructorInformationCache
[type] = new ConstructorData(type.GetConstructors(BindingFlags.Public | BindingFlags.Instance));
3653
return (ConstructorData)
_constructorInformationCache
[type];