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)
4529string prefix = defaultAttributeInfo.Prefix; 9202if (defAttrInfo.Prefix.Length > 0) 9208string prefix = defAttrInfo.Prefix; 9230NodeData attr = AddDefaultAttributeInternal(defAttrInfo.LocalName, null, defAttrInfo.Prefix, defAttrInfo.DefaultValueExpanded,
System\Xml\Core\XmlTextReaderImplHelpers.cs (2)
776prefix = attrDef.Prefix; 795prefix2 = attrDef.Prefix;