3 references to Namespace
System.Xaml (3)
System\Xaml\Parser\MePullParser.cs (1)
101
yield return Logic_StartElement(xamlType, _tokenizer.
Namespace
);
System\Xaml\Parser\MeScanner.cs (2)
336
string ns = _context.GetAttributeNamespace(propName,
Namespace
);
338
prop = _context.GetNoDotAttributeProperty(declaringType, propName,
Namespace
, ns, tagIsRoot: false);