2 types derived from CustomType
System.Xaml.Tests (2)
System\Xaml\XamlTypeTests.cs (2)
5182private class ReflectionOnlyType : CustomType 5199private class ReflectionOnlyCustomAttributeDataType : CustomType
19 instantiations of CustomType
System.Xaml.Tests (19)
System\Xaml\XamlTypeTests.cs (19)
264new XamlType(new CustomType(typeof(XamlTypeTests)) 343var type = new CustomXamlType(new CustomType(typeof(int)) 364var type = new CustomXamlType(new CustomType(typeof(int)) 380var type = new CustomXamlType(new CustomType(typeof(int)) 396var type = new CustomXamlType(new CustomType(typeof(int)) 412var type = new CustomXamlType(new CustomType(typeof(int)) 689var type = new SubXamlType(new CustomType(typeof(int)) 1199new SubXamlType(new CustomType(typeof(MembersDataClass)) 1502var type = new SubXamlType(new CustomType(typeof(List<int>)) 2097var type = new SubXamlType(new CustomType(typeof(int)) 2281var type = new SubXamlType(new CustomType(typeof(List<int>)) 2460var type = new SubXamlType(new CustomType(typeof(List<int>)) 3522new SubXamlType(new CustomType(typeof(EvenMoreDerivedShadowedBaseClass)) 3537new SubXamlType(new CustomType(typeof(EvenMoreDerivedShadowedBaseClass)) 3861var type = new SubXamlType(new CustomType(typeof(int)) 4060var type = new SubXamlType(new CustomType(typeof(int)) 4359var type = new SubXamlType(new CustomType(typeof(List<int>)) 4600var type = new SubXamlType(new CustomType(typeof(int)) 4767var type = new SubXamlType(new CustomType(typeof(List<int>))