5 overrides of Value
System.Xml (5)
System\Xml\Dom\XmlAttribute.cs (1)
95
public override String
Value
{
System\Xml\Dom\XmlCharacterData.cs (1)
22
public override String
Value
{
System\Xml\Dom\XmlDeclaration.cs (1)
60
public override String
Value
{
System\Xml\Dom\XmlEntityReference.cs (1)
59
public override String
Value
{
System\Xml\Dom\XmlProcessingInstruction.cs (1)
41
public override String
Value
{
7 writes to Value
System.Data (1)
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
2102
n.
Value
= value;
System.ServiceModel (2)
System\ServiceModel\Description\WsdlHelper.cs (2)
166
policyId.
Value
= policyIdStringWithNewBindingName + policyIdString.Substring(policyIdStringWithOldBindingName.Length);
204
policyReference.
Value
= policyReferenceValueWithNewBindingName + policyReference.Value.Substring(policyReferenceValueWithOldBindingName.Length);
System.Xml (4)
System\Xml\Dom\XmlElement.cs (1)
504
linkedNode.
Value
= value;
System\Xml\Dom\XmlNode.cs (3)
657
firstChildTextLikeNode.
Value
= sb.ToString();
667
firstChildTextLikeNode.
Value
= sb.ToString();
812
firstChild.
Value
= value;
79 references to Value
ComSvcConfig (2)
EndpointConfigContainer.cs (2)
783
if (IsValidVersion(xmlNodeS.Attributes.GetNamedItem("version").
Value
))
792
string requiredVersion = requiredRuntime.Attributes.GetNamedItem("version").
Value
;
PresentationFramework (2)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
534
else if (oldValue.
Value
!= value)
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (1)
490
node.
Value
,
System.Data (11)
fx\src\data\System\Data\Common\DbProviderConfigurationHandler.cs (1)
127
string value = attribute.
Value
;
fx\src\data\System\Data\Common\HandlerBase.cs (1)
53
string value = attribute.
Value
;
fx\src\data\System\Data\XmlDataLoader.cs (4)
139
value = n.
Value
;
145
sb.Append( n.
Value
);
168
value = n.
Value
;
174
sb.Append( n.
Value
);
fx\src\data\System\NewXml\DataPointer.cs (1)
457
return this.node.
Value
;
fx\src\data\System\NewXml\RegionIterator.cs (2)
157
value = n.
Value
;
165
sb.Append( n.
Value
);
fx\src\data\System\NewXml\XPathNodePointer.cs (2)
282
string strRet = this._node.
Value
;
290
strRet += n.
Value
;
System.IdentityModel (4)
System\IdentityModel\Tokens\ConfigurationBasedIssuerNameRegistry.cs (4)
91
string thumbprint = thumbprintAttribute.
Value
;
94
string issuerName = ((nameAttribute == null) || string.IsNullOrEmpty(nameAttribute.
Value
)) ? String.Empty : String.Intern(nameAttribute.
Value
);
108
string thumbprint = childElement.Attributes.GetNamedItem(ConfigurationStrings.Thumbprint).
Value
;
System.Runtime.Serialization (9)
System\Runtime\Serialization\SchemaImporter.cs (9)
1040
string emitDefaultValueString = (emitDefaultValueAttribute == null) ? null : emitDefaultValueAttribute.
Value
;
1053
string name = (nameAttribute == null) ? null : nameAttribute.
Value
;
1057
string ns = (nsAttribute == null) ? null : nsAttribute.
Value
;
1299
string name = (nameAttribute == null) ? null : nameAttribute.
Value
;
1303
string ns = (nsAttribute == null) ? null : nsAttribute.
Value
;
1323
if (!Int32.TryParse(nestedLevelAttribute.
Value
, out argumentLevel))
1324
throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(SR.GetString(SR.GenericAnnotationHasInvalidAttributeValue, argumentElement.LocalName, argumentElement.NamespaceURI, type.Name, nestedLevelAttribute.
Value
, nestedLevelAttribute.LocalName, Globals.TypeOfInt.Name)));
1337
if (!Int32.TryParse(typeNestedLevelsAttribute.
Value
, out nestedLevels))
1338
throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(SR.GetString(SR.GenericAnnotationHasInvalidAttributeValue, typeElement.LocalName, typeElement.NamespaceURI, type.Name, typeNestedLevelsAttribute.
Value
, typeNestedLevelsAttribute.LocalName, Globals.TypeOfInt.Name)));
System.ServiceModel (4)
System\ServiceModel\Description\WsdlHelper.cs (3)
161
string policyIdString = policyId.
Value
;
199
string policyReferenceValue = policyReference.
Value
;
204
policyReference.Value = policyReferenceValueWithNewBindingName + policyReference.
Value
.Substring(policyReferenceValueWithOldBindingName.Length);
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
856
if (claimType != null && claimType.
Value
== wsidPPIClaim)
System.Web (12)
Configuration\HandlerBase.cs (10)
49
val = a.
Value
;
86
if (a.
Value
== "true") {
89
else if (a.
Value
== "false") {
109
if (a.
Value
.Trim() != a.
Value
) {
116
val = int.Parse(a.
Value
, CultureInfo.InvariantCulture);
150
val = ConfigUtil.GetType(a.
Value
, a);
188
return attribute.
Value
;
208
if (attribute.
Value
.Length == 0 && !allowEmpty) {
214
return attribute.
Value
;
Configuration\HttpCapabilitiesSectionHandler.cs (1)
180
AppendLines(result, child.
Value
, node);
UI\WebControls\XmlHierarchyData.cs (1)
230
return data._item.
Value
;
System.Web.Extensions (4)
Script\Services\WebServiceTypeData.cs (4)
262
Debug.Assert(nameAttribute.
Value
!= null);
263
string name = nameAttribute.
Value
;
267
Debug.Assert(nsAttribute.
Value
!= null);
268
string ns = nsAttribute.
Value
;
System.Web.Mobile (4)
Mobile\ConfigurationSectionHelper.cs (3)
58
if(required && (attributeNode.
Value
!= null && attributeNode.
Value
.Length == 0))
64
return attributeNode.
Value
;
UI\MobileControls\MobileControlsSectionHandler.cs (1)
40
config[attribute.Name] = attribute.
Value
;
System.Xml (27)
System\Xml\Dom\DocumentSchemaValidator.cs (3)
435
return currentNode.
Value
;
659
validator.ValidateText(child.
Value
);
664
validator.ValidateWhitespace(child.
Value
);
System\Xml\Dom\DocumentXPathNavigator.cs (3)
156
return source.
Value
;
175
string value = source.
Value
;
181
builder.Append(nextSibling.
Value
);
System\Xml\Dom\XmlDocument.cs (7)
808
newNode = CreateTextNode( node.
Value
);
811
newNode = CreateComment( node.
Value
);
814
newNode = CreateProcessingInstruction( node.Name, node.
Value
);
821
newNode = CreateCDataSection( node.
Value
);
840
newNode = CreateWhitespace( node.
Value
);
844
newNode = CreateSignificantWhitespace( node.
Value
);
1347
string nodeValue = node.
Value
;
System\Xml\Dom\XmlNamedNodemap.cs (3)
126
string nodeValue = node.
Value
;
157
string oldNodeValue = oldNode.
Value
;
185
string nodeValue = node.
Value
;
System\Xml\Dom\XmlNode.cs (8)
250
string newChildValue = newChild.
Value
;
351
string newChildValue = newChild.
Value
;
423
string oldNodeValue = oldNode.
Value
;
530
string newChildValue = newChild.
Value
;
639
sb.Append( crtChild.
Value
);
797
return fc.
Value
;
1218
result += ", Name=\"" + node.Name + "\", Value=\"" + XmlConvert.EscapeValueForDebuggerDisplay(node.
Value
) + "\"";
1226
result += ", Value=\"" + XmlConvert.EscapeValueForDebuggerDisplay(node.
Value
) + "\"";
System\Xml\Dom\XmlNodeReader.cs (2)
211
if ( curNode.
Value
!= null || curNode.NodeType == XmlNodeType.DocumentType )
244
retValue = curNode.
Value
;
System\Xml\Serialization\_Events.cs (1)
209
get { return xmlNode.
Value
; }