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