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