2 writes to ContentTypeName
System.Xaml (2)
System\Windows\Markup\XamlDeferLoadAttribute.cs (2)
14
ContentTypeName
= contentType.AssemblyQualifiedName!;
22
ContentTypeName
= contentType ?? throw new ArgumentNullException(nameof(contentType));
1 reference to ContentTypeName
System.Xaml (1)
System\Xaml\Schema\Reflector.cs (1)
277
Type contentType = Type.GetType(tca.
ContentTypeName
);