1 implementation of Prefix
System.Xml (1)
System\Xml\Schema\SchemaAttDef.cs (1)
63string IDtdAttributeInfo.Prefix {
7 references to Prefix
System.Xml (7)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
542new XmlQualifiedName(idAttribute.LocalName, idAttribute.Prefix));
System\Xml\Core\XmlTextReaderImpl.cs (4)
4108string prefix = defaultAttributeInfo.Prefix; 8204if ( defAttrInfo.Prefix.Length > 0 ) { 8209string prefix = defAttrInfo.Prefix; 8226NodeData attr = AddDefaultAttributeInternal( defAttrInfo.LocalName, null, defAttrInfo.Prefix, defAttrInfo.DefaultValueExpanded,
System\Xml\Core\XmlTextReaderImplHelpers.cs (2)
663prefix = attrDef.Prefix; 679prefix2 = attrDef.Prefix;