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