22 overrides of LookupPrefix
SMDiagnostics (1)
System\ServiceModel\Diagnostics\PlainXmlWriter.cs (1)
52public override string LookupPrefix(string ns)
System.Data (1)
fx\src\data\System\Data\xmlsaver.cs (1)
2825public override string LookupPrefix(string ns) {
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
356public override string LookupPrefix(string ns) {
System.IdentityModel (2)
System\IdentityModel\DelegatingXmlDictionaryWriter.cs (1)
418public override string LookupPrefix(string ns)
System\IdentityModel\SamlDelegatingWriter.cs (1)
481public override string LookupPrefix(string ns)
System.Runtime.Serialization (5)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
281public override string LookupPrefix(string ns)
System\Runtime\Serialization\XmlSerializableWriter.cs (1)
95public override string LookupPrefix(string ns) { return xmlWriter.LookupPrefix(ns); }
System\Xml\XmlBaseWriter.cs (1)
643public override string LookupPrefix(string ns)
System\Xml\XmlDictionaryWriter.cs (1)
1173public override string LookupPrefix(string namespaceUri)
System\Xml\XmlMtomWriter.cs (1)
520public override string LookupPrefix(string ns)
System.ServiceModel (2)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1753public override string LookupPrefix(string ns)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
802public override string LookupPrefix(string ns)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\XmlByteStreamWriter.cs (1)
101public override string LookupPrefix(string ns)
System.ServiceModel.Web (1)
System\ServiceModel\Channels\JavascriptXmlWriterWrapper.cs (1)
46public override string LookupPrefix(string ns)
System.Transactions (1)
System\Transactions\Trace\PlainXmlWriter.cs (1)
64public override string LookupPrefix( string ns )
System.Xml (6)
System\Xml\Core\QueryOutputWriterV1.cs (1)
257public override string LookupPrefix(string ns) {
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
178public override string LookupPrefix(string ns) {
System\Xml\Core\XmlRawWriter.cs (1)
100public override string LookupPrefix( string ns ) {
System\Xml\Core\XmlTextWriter.cs (1)
901public override string LookupPrefix(string ns) {
System\Xml\Core\XmlWellFormedWriter.cs (1)
1090public override string LookupPrefix(string ns) {
System\Xml\Core\XmlWrappingWriter.cs (1)
166public override string LookupPrefix(string ns) {
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
7898public override string LookupPrefix(string namespaceName) {
45 references to LookupPrefix
PresentationFramework (7)
src\Framework\System\Windows\Annotations\Annotation.cs (2)
215if (String.IsNullOrEmpty(writer.LookupPrefix(AnnotationXmlConstants.Namespaces.CoreSchemaNamespace))) 219if (String.IsNullOrEmpty(writer.LookupPrefix(AnnotationXmlConstants.Namespaces.BaseSchemaNamespace)))
src\Framework\System\Windows\Annotations\AnnotationResource.cs (1)
138if (String.IsNullOrEmpty(writer.LookupPrefix(AnnotationXmlConstants.Namespaces.CoreSchemaNamespace)))
src\Framework\System\Windows\Annotations\LocatorGroup.cs (1)
118string prefix = writer.LookupPrefix(AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
src\Framework\System\Windows\Annotations\LocatorPartList.cs (3)
177string prefix = writer.LookupPrefix(AnnotationXmlConstants.Namespaces.CoreSchemaNamespace); 182prefix = writer.LookupPrefix(AnnotationXmlConstants.Namespaces.BaseSchemaNamespace); 191prefix = writer.LookupPrefix(part.PartType.Namespace);
System.Data (1)
fx\src\data\System\Data\xmlsaver.cs (1)
2826return _xmltextWriter.LookupPrefix(ns);
System.IdentityModel (5)
System\IdentityModel\DelegatingXmlDictionaryWriter.cs (1)
420return _innerWriter.LookupPrefix(ns);
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
928string prefix = writer.LookupPrefix(ns);
System\IdentityModel\SamlDelegatingWriter.cs (1)
483return this.effectiveWriter.LookupPrefix(ns);
System\IdentityModel\Tokens\SamlAuthorityBinding.cs (1)
187prefix = writer.LookupPrefix(this.authorityKind.Namespace);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
3069prefix = writer.LookupPrefix(authorityBinding.AuthorityKind.Namespace);
System.Runtime.Serialization (6)
System\Runtime\Serialization\XmlSerializableWriter.cs (1)
95public override string LookupPrefix(string ns) { return xmlWriter.LookupPrefix(ns); }
System\Runtime\Serialization\XmlWriterDelegator.cs (2)
45return writer.LookupPrefix(ns); 93string prefix = writer.LookupPrefix(ns);
System\Xml\XmlDictionaryWriter.cs (2)
146if (LookupPrefix(namespaceUri) != null) 1175return writer.LookupPrefix(namespaceUri);
System\Xml\XmlMtomWriter.cs (1)
522return Writer.LookupPrefix(ns);
System.ServiceModel (9)
System\ServiceModel\Channels\MessageFault.cs (2)
342string prefix = writer.LookupPrefix(ns); 382string prefix = writer.LookupPrefix(ns);
System\ServiceModel\Channels\PeerSecurityHelpers.cs (2)
557string wstprefix = writer.LookupPrefix(TrustNamespace); 658string wstprefix = writer.LookupPrefix(TrustFeb2005Strings.Namespace);
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1755return this.Writer.LookupPrefix(ns);
System\ServiceModel\Security\SecurityAppliedMessage.cs (1)
452return this.writer.LookupPrefix(namespaceUri);
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
804return this.innerWriter.LookupPrefix(ns);
System\ServiceModel\Security\XmlHelper.cs (2)
16string p = writer.LookupPrefix(ns.Value); 25string p = writer.LookupPrefix(ns.Value);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SerializationUtility.cs (1)
136prefix = writer.LookupPrefix(qname.Namespace);
System.ServiceModel.Web (2)
System\ServiceModel\Channels\JavascriptXmlWriterWrapper.cs (1)
48return this.xmlJsonWriter.LookupPrefix(ns);
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (1)
242string prefix = context.writer.LookupPrefix(contentElement.QualifiedName.Namespace);
System.Web.Services (2)
System\Web\Services\Protocols\Soap11ServerProtocol.cs (1)
108if (code.Namespace != null && code.Namespace.Length > 0 && writer.LookupPrefix(code.Namespace) == null)
System\Web\Services\Protocols\Soap12ServerProtocol.cs (1)
166if (code.Namespace != null && code.Namespace.Length > 0 && writer.LookupPrefix(code.Namespace) == null)
System.Xml (12)
System\Xml\Core\QueryOutputWriterV1.cs (1)
258return this.wrapped.LookupPrefix(ns);
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
180return coreWriter.LookupPrefix(ns);
System\Xml\Core\XmlWrappingWriter.cs (1)
167return writer.LookupPrefix(ns);
System\Xml\Core\XmlWriter.cs (1)
244string prefix = LookupPrefix(ns);
System\Xml\Core\XmlWriterAsync.cs (1)
200string prefix = LookupPrefix(ns);
System\Xml\Serialization\XmlSerializationWriter.cs (7)
363string prefix = w.LookupPrefix(ns); 441prefix = w.LookupPrefix(ns); 463if (w.LookupPrefix(aliasNs) == null) { 841string prefix = w.LookupPrefix(ns); 867string prefix = w.LookupPrefix(ns); 878prefix = w.LookupPrefix(ns); 1273string oldPrefix = (ns == null || ns.Length == 0) ? null : Writer.LookupPrefix(ns);