Base:
property
Value
System.Xml.XmlCharacterData.Value
3 references to Value
System.Private.Xml (1)
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1531
xmlnsMemberName = (((XmlText)e.LastNode).
Value
!).Trim(null);
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\CanonicalXmlText.cs (2)
29
strBuilder.Append(Utils.EscapeTextData(
Value
));
36
byte[] rgbData = Encoding.UTF8.GetBytes(Utils.EscapeTextData(
Value
));