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