System\Xaml\XamlTypeTests.cs (7)
1359GetCustomAttributesAction = (attributeType, inherit) => new object[] { new ContentWrapperAttribute(typeof(ClassWithUnknownContentPropertyAttribute)) }
1484[ContentWrapper(typeof(ClassWithUnknownContentPropertyAttribute))]
1990new SubXamlType(typeof(ClassWithUnknownContentPropertyAttribute), new XamlSchemaContext()),
1991new XamlMember("name", new XamlType(typeof(ClassWithUnknownContentPropertyAttribute), new XamlSchemaContext()), false)
2010new SubXamlType(new ReflectionOnlyCustomAttributeDataType(typeof(ClassWithUnknownContentPropertyAttribute)), new XamlSchemaContext()),
2011new XamlMember("name", new XamlType(new ReflectionOnlyCustomAttributeDataType(typeof(ClassWithUnknownContentPropertyAttribute)), new XamlSchemaContext()), false)
2029new CustomXamlType(typeof(ClassWithUnknownContentPropertyAttribute), new XamlSchemaContext())