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