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