Base:
property
InnerText
System.Xml.XmlNode.InnerText
1 override of InnerText
System.Xml (1)
System\Xml\Dom\XmlUnspecifiedAttribute.cs (1)
35
public override string
InnerText
{
2 writes to InnerText
System.Xml (2)
System\Xml\Dom\XmlAttribute.cs (1)
97
set {
InnerText
= value; } //use InnerText which has perf optimization
System\Xml\Dom\XmlUnspecifiedAttribute.cs (1)
37
base.
InnerText
= value;
8 references to InnerText
System.Xml (8)
System\Xml\Dom\XmlAttribute.cs (8)
96
get { return
InnerText
; }
133
ownerElement.Attributes.ResetParentInElementIdAttrMap(oldInnerText,
InnerText
);
192
string innerText =
InnerText
;
205
string innerText =
InnerText
;
218
string innerText =
InnerText
;
231
string innerText =
InnerText
;
244
string innerText =
InnerText
;
257
string innerText =
InnerText
;