5 references to CustomType
System.Xaml.Tests (5)
System\Windows\Markup\StaticExtensionTests.cs (5)
45var extension = new StaticExtension(member) { MemberType = typeof(CustomType) }; 61ResolveAction = qualifiedTypeName => typeof(CustomType) 109ResolveAction = qualifiedTypeName => typeof(CustomType) 142var extension = new StaticExtension(member) { MemberType = typeof(CustomType) }; 161return typeof(CustomType);