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