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