5 references to CustomType
System.Xaml.Tests (5)
System\Windows\Markup\StaticExtensionTests.cs (5)
46var extension = new StaticExtension(member) { MemberType = typeof(CustomType) }; 62ResolveAction = qualifiedTypeName => typeof(CustomType) 110ResolveAction = qualifiedTypeName => typeof(CustomType) 143var extension = new StaticExtension(member) { MemberType = typeof(CustomType) }; 162return typeof(CustomType);