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