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