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