3 references to OwnerName
System.Xaml (3)
System\Xaml\Context\XamlContext.cs (1)
99
ownerTypeMatchesGenericTagType = PropertyTypeMatchesGenericTagType(tagType, tagNamespace, ns, propName.
OwnerName
);
System\Xaml\Parser\XamlAttribute.cs (2)
126
: $"{Name.
OwnerName
}.{Name.Name}";
155
XamlType attachedOwnerType = new XamlType(string.Empty, propName.
OwnerName
, null, context.SchemaContext);