1 implementation of Prefix
System.Private.Xml (1)
System\Xml\Schema\SchemaAttDef.cs (1)
55string IDtdAttributeInfo.Prefix
7 references to Prefix
System.Private.Xml (7)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
607new XmlQualifiedName(idAttribute.LocalName, idAttribute.Prefix));
System\Xml\Core\XmlTextReaderImpl.cs (4)
4512string prefix = defaultAttributeInfo.Prefix; 9192if (defAttrInfo.Prefix.Length > 0) 9198string prefix = defAttrInfo.Prefix; 9220NodeData attr = AddDefaultAttributeInternal(defAttrInfo.LocalName, null, defAttrInfo.Prefix, defAttrInfo.DefaultValueExpanded,
System\Xml\Core\XmlTextReaderImplHelpers.cs (2)
751prefix = attrDef.Prefix; 770prefix2 = attrDef.Prefix;