3 references to Namespace
System.Xaml (3)
System\Xaml\Parser\MePullParser.cs (1)
100
yield return Logic_StartElement(xamlType, _tokenizer.
Namespace
);
System\Xaml\Parser\MeScanner.cs (2)
332
string ns = _context.GetAttributeNamespace(propName,
Namespace
);
334
prop = _context.GetNoDotAttributeProperty(declaringType, propName,
Namespace
, ns, false /*tagIsRoot*/);