Base:
property
InnerText
System.Xml.XmlNode.InnerText
12 writes to InnerText
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (3)
735embedItem.InnerText = embedInteropTypesMetadata; 743embedItem.InnerText = aliases; 774nodeItem.InnerText = property.PropertyValue;
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
1589_currentDumpNode.InnerText = strBuilder.ToString();
ReachFramework (3)
PrintConfig\PrtTicket_Base.cs (3)
583valueNode.InnerText = value.ToString(CultureInfo.InvariantCulture); 662valueNode.InnerText = XmlDocQName.GetQName(pt.XmlDoc, 1332valueNode.InnerText = value;
System.Configuration.ConfigurationManager (1)
System\Configuration\LocalFileSettingsProvider.cs (1)
528tempElement.InnerText = xmlString;
System.Data.Common (2)
System\Data\DataSet.cs (2)
2259topNode.InnerText = rootNodeSimpleContent; 2266topNode.InnerText = rootNodeSimpleContent;
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaExporter.cs (2)
417isDictionaryElement.InnerText = Globals.True; 838annotationElement.InnerText = innerText;
7 references to InnerText
System.Configuration.ConfigurationManager (1)
System\Configuration\LocalFileSettingsProvider.cs (1)
540return tempElement.InnerText;
System.Data.Common (1)
System\Xml\XPathNodePointer.cs (1)
359return rootElem.InnerText;
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
1421return xmlElement.InnerText;
System.Private.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
192return element.InnerText;
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\KeyInfoName.cs (1)
56_keyName = nameElement.InnerText.Trim();
System\Security\Cryptography\Xml\Reference.cs (1)
326_digestValue = Convert.FromBase64String(Utils.DiscardWhiteSpaces(digestValueElement.InnerText));
System\Security\Cryptography\Xml\Signature.cs (1)
168_signatureValue = Convert.FromBase64String(Utils.DiscardWhiteSpaces(signatureValueElement.InnerText));