Base:
property
Prefix
System.Xml.XmlReader.Prefix
9 references to Prefix
Microsoft.Build.Tasks.Core (4)
ManifestUtil\ManifestFormatter.cs (2)
40w.WriteStartElement(r.Prefix, r.LocalName, r.NamespaceURI); 65w.WriteAttributeString(r.Prefix, r.LocalName, r.NamespaceURI, r.Value);
ManifestUtil\XmlUtil.cs (2)
25string prefix = !String.IsNullOrEmpty(r.Prefix) ? r.Prefix : nsmgr.LookupPrefix(r.NamespaceURI);
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\UidManager.cs (2)
537string namespaceUri = nsmgr.LookupNamespace(reader.Prefix); 559else if (reader.Prefix == "xmlns")
PresentationFramework (3)
System\Windows\Markup\FilteredXmlReader.cs (3)
316if( base.Prefix != uidPrefix ) 318uidPrefix = base.Prefix; 337if( base.Prefix == "xmlns" && // Fixed via XML spec