Base:
property
Value
System.Xml.XmlCharacterData.Value
4 references to Value
System.Private.Xml (1)
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1496xmlnsMemberName = (((XmlText)e.LastNode).Value!).Trim(null);
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\CanonicalXmlText.cs (2)
29strBuilder.Append(Utils.EscapeTextData(Value)); 36byte[] rgbData = Encoding.UTF8.GetBytes(Utils.EscapeTextData(Value));
System.ServiceModel.Primitives (1)
System\IdentityModel\Security\WSTrust.cs (1)
169value = ((XmlText)element.FirstChild).Value;