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