1 instantiation of ConstructorData
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
3875_constructorInformationCache[type] = new ConstructorData(type.GetConstructors(BindingFlags.Public | BindingFlags.Instance));
3 references to ConstructorData
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
1529XamlTypeMapper.ConstructorData data = XamlTypeMapper.GetConstructors(elementType);
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
3864internal ConstructorData GetConstructors(Type type) 3879return (ConstructorData)_constructorInformationCache[type];