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