1 write to htElementIDAttrDecl
System.Xml (1)
System\Xml\Dom\XmlDocument.cs (1)
174
htElementIDAttrDecl
= new Hashtable();
6 references to htElementIDAttrDecl
System.Xml (6)
System\Xml\Dom\XmlDocument.cs (6)
172
if (
htElementIDAttrDecl
== null ||
htElementIDAttrDecl
[eleName] == null ) {
173
if (
htElementIDAttrDecl
== null )
175
htElementIDAttrDecl
.Add(eleName, attrName);
188
return (XmlName)(
htElementIDAttrDecl
[newName]);
194
if (
htElementIDAttrDecl
== null)