2 references to GetNoDotAttributeProperty
System.Xaml (2)
System\Xaml\Parser\MeScanner.cs (1)
338prop = _context.GetNoDotAttributeProperty(declaringType, propName, Namespace, ns, tagIsRoot: false);
System\Xaml\Parser\XamlAttribute.cs (1)
173prop = context.GetNoDotAttributeProperty(tagType, propName, tagNamespace, ns, tagIsRoot);