Base:
property
Value
System.Xml.XmlNode.Value
3 overrides of Value
System.Private.Xml (3)
System\Xml\Dom\XmlSignificantWhiteSpace.cs (1)
76public override string? Value
System\Xml\Dom\XmlText.cs (1)
80public override string? Value
System\Xml\Dom\XmlWhitespace.cs (1)
70public override string? Value
1 write to Value
System.Private.Xml (1)
System\Xml\Dom\XmlCharacterData.cs (1)
34set { Value = value; }
3 references to Value
System.Private.Xml (1)
System\Xml\Dom\XmlCharacterData.cs (1)
33get { return Value!; }
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\CanonicalXmlComment.cs (2)
41strBuilder.Append(Value); 61rgbData = Encoding.UTF8.GetBytes(Value!);