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