Implemented interface member:
method
LookupPrefix
System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String)
2 overrides of LookupPrefix
System.Xml (2)
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
163
public override string
LookupPrefix
( string uri ) { return null; }
System\Xml\Schema\SchemaNamespacemanager.cs (1)
36
public override string
LookupPrefix
(string ns) {
17 references to LookupPrefix
PresentationBuildTasks (1)
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (1)
591
string prefix = nsmgr.
LookupPrefix
(XamlReaderHelper.DefinitionNamespaceURI);
PresentationFramework (4)
src\Framework\System\Windows\Annotations\LocatorPart.cs (4)
372
string corePrefix = namespaceManager.
LookupPrefix
(AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
373
string prefix = namespaceManager.
LookupPrefix
(this.PartType.Namespace);
401
string corePrefix = namespaceManager.
LookupPrefix
(AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
402
string prefix = namespaceManager.
LookupPrefix
(this.PartType.Namespace);
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
1279
genPrefix = this.nsmgr.
LookupPrefix
(ns);
System.Runtime.Serialization (1)
System\Runtime\Serialization\XPathQueryGenerator.cs (1)
140
string prefix = namespaces.
LookupPrefix
(ns);
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XPathParser.cs (2)
434
string prefix = this.context.
LookupPrefix
(functionName.Namespace);
985
string prefix = this.context.
LookupPrefix
(varName.Namespace);
System.Xml (8)
System\Xml\Core\XmlSubtreeReader.cs (1)
1029
return nsManager.
LookupPrefix
(namespaceName);
System\Xml\Core\XmlTextReaderImpl.cs (2)
1856
return namespaceManager.
LookupPrefix
( namespaceName );
8253
prefix = namespaceManager.
LookupPrefix
( ns );
System\Xml\Core\XsdValidatingReader.cs (1)
1518
return nsManager.
LookupPrefix
(namespaceName);
System\Xml\Dom\DocumentSchemaValidator.cs (1)
211
string prefix = nsManager.
LookupPrefix
(namespaceName);
System\Xml\Dom\DocumentXmlWriter.cs (1)
412
return namespaceManager.
LookupPrefix
(namespaceName);
System\Xml\Schema\XmlSchema.cs (1)
181
if (!ignoreXS && namespaceManager.
LookupPrefix
(XmlReservedNs.NsXs) == null &&
System\Xml\Schema\XsdValidator.cs (1)
525
if (SchemaInfo.TargetNamespaces.ContainsKey(uri) && nsManager.
LookupPrefix
(uri) != null) {