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