3 references to GetDottedProperty
System.Xaml (3)
System\Xaml\Parser\MeScanner.cs (1)
327prop = _context.GetDottedProperty(tagType, tagNamespace, propName, false /*tagIsRoot*/);
System\Xaml\Parser\XamlAttribute.cs (1)
169prop = context.GetDottedProperty(tagType, tagNamespace, propName, tagIsRoot);
System\Xaml\Parser\XamlScanner.cs (1)
431property = _parserContext.GetDottedProperty(tagType, tagNamespace, name, tagIsRoot);