2 overrides of AppendChild
System.Data (1)
fx\src\data\System\NewXml\XmlBoundElement.cs (1)
112
public override XmlNode
AppendChild
(XmlNode newChild) {
System.Xml (1)
System\Xml\Dom\XmlAttribute.cs (1)
254
public override XmlNode
AppendChild
(XmlNode newChild) {
229 references to AppendChild
PresentationBuildTasks (5)
BuildTasks\Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (4)
468
root.
AppendChild
(nodeItemGroup);
492
nodeItem.
AppendChild
(embedItem);
500
nodeItem.
AppendChild
(embedItem);
504
nodeItemGroup.
AppendChild
(nodeItem);
BuildTasks\Microsoft\Build\Tasks\Windows\UpdateManifestForBrowserApplication.cs (1)
126
entryPoint.
AppendChild
(hostInBrowser);
System.Data (72)
fx\src\data\System\Data\DataSet.cs (9)
1490
xdoc.
AppendChild
(node);
1626
topNode.
AppendChild
(node);
1634
xdoc.
AppendChild
(topNode);
1704
xdoc.
AppendChild
(schNode);
2023
topNode.
AppendChild
(node);
2055
xdoc.
AppendChild
(topNode);
2360
xdoc.
AppendChild
(xdoc.CreateElement("ds_sqlXmlWraPPeR"));
2478
topNode.
AppendChild
(node);
2491
xdoc.
AppendChild
(topNode);
fx\src\data\System\Data\DataTable.cs (5)
5276
topNode.
AppendChild
(node);
5294
xdoc.
AppendChild
(topNode);
5370
xdoc.
AppendChild
(xdoc.CreateElement("ds_sqlXmlWraPPeR"));
5511
topNode.
AppendChild
(node);
5527
xdoc.
AppendChild
(topNode);
fx\src\data\System\Data\SimpleType.cs (3)
286
type.
AppendChild
(constraint);
291
type.
AppendChild
(constraint);
335
typeNode.
AppendChild
(type);
fx\src\data\System\Data\xmlsaver.cs (41)
570
rootSchema.
AppendChild
(dsElement);
575
xd.
AppendChild
(rootSchema);
589
dsElement.
AppendChild
(constraintSeparator);
628
rootSchema.
AppendChild
(el);
635
dsCompositor.
AppendChild
(node);
638
dsCompositor.
AppendChild
(el);
644
dsCompositor.
AppendChild
(node);
650
rootSchema.
AppendChild
(dsElement);
677
rootSchema.
AppendChild
(nodeAnn);
680
nodeAnn.
AppendChild
(nodeApp);
683
nodeApp.
AppendChild
(HandleRelation(rel, xd));
709
xd.
AppendChild
(rootSchema); // KB
743
_dc.
AppendChild
( tNode );
788
xd.
AppendChild
(rootSchema);
821
dsElement.
AppendChild
(constraintSeparator);
857
rootSchema.
AppendChild
(el);
860
rootSchema.
AppendChild
(dsElement);
903
dsElement.
AppendChild
(type);
907
type.
AppendChild
(compositor);
944
doc.
AppendChild
( rootSchema );
1093
schNode.
AppendChild
(type);
1106
root.
AppendChild
(type);
1277
schNode.
AppendChild
(root);
1331
schNode.
AppendChild
(el);
1574
typeSchema.
AppendChild
(type);
1579
root.
AppendChild
(type);
1613
type.
AppendChild
(sc);
1615
sc.
AppendChild
(ext);
1621
type.
AppendChild
(compositor);
1639
node.
AppendChild
(el);
1673
compositor.
AppendChild
(NestedTable);
1677
GetSchema(childTable.Namespace).
AppendChild
(NestedTable);
1680
compositor.
AppendChild
(NestedTable);
1690
nodeAnn.
AppendChild
(nodeApp);
1692
nodeApp.
AppendChild
(HandleRelation(childRelations[j], dc));
1744
constraint.
AppendChild
(selector);
1772
constraint.
AppendChild
(field);
1808
constraint.
AppendChild
(selector);
1831
constraint.
AppendChild
(field);
1870
constraint.
AppendChild
(selector);
1905
constraint.
AppendChild
(field);
fx\src\data\System\NewXml\XmlBoundElement.cs (1)
114
return base.
AppendChild
( newChild );
fx\src\data\System\NewXml\XmlDataDocument.cs (13)
435
AppendChild
( docelem );
461
docElem.
AppendChild
( oldDocElem );
516
rowElement.
AppendChild
( childElem );
625
newNode.
AppendChild
( CreateTextNode( col.ConvertObjectToXml( value ) ) );
915
newNode.
AppendChild
( CloneTreeInternal( dp ) );
943
clone.
AppendChild
( cloneNode );
1259
EnsureDocumentElement().
AppendChild
( rowElement );
1391
newElem.
AppendChild
( CreateTextNode( col.ConvertObjectToXml( value ) ) );
1556
newParent.
AppendChild
( childElement );
1562
EnsureNonRowDocumentElement().
AppendChild
( childElement );
1569
EnsureNonRowDocumentElement().
AppendChild
( childElement );
2023
parent.
AppendChild
( rowElement );
2108
parent.
AppendChild
( CreateTextNode( value ) );
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityDesignerUtils.cs (1)
133
outputXmlDoc.
AppendChild
(importedElement);
System.Runtime.Serialization (2)
System\Runtime\Serialization\SchemaExporter.cs (1)
326
typeElement.
AppendChild
(argumentElement);
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
1059
wrapperElement.
AppendChild
(xmlChildNodes[i]);
System.ServiceModel (86)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
777
root.
AppendChild
(dummy.CreateElement(TransportPolicyConstants.HttpTransportPrefix,
System\ServiceModel\Channels\OneWayBindingElement.cs (1)
328
assertion.
AppendChild
(child);
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (8)
669
policy.
AppendChild
(sequenceSTR);
680
nestedPolicy.
AppendChild
(exactlyOnce);
686
nestedPolicy.
AppendChild
(inOrder);
689
deliveryAssurance.
AppendChild
(nestedPolicy);
690
policy.
AppendChild
(deliveryAssurance);
691
assertion.
AppendChild
(policy);
697
assertion.
AppendChild
(child);
702
assertion.
AppendChild
(child);
System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (1)
204
assertion.
AppendChild
(document.CreateElement(TransportPolicyConstants.DotNetFramingPrefix,
System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (2)
172
protectionLevelElement.
AppendChild
(document.CreateTextNode(this.ProtectionLevel.ToString()));
173
assertion.
AppendChild
(protectionLevelElement);
System\ServiceModel\Description\WsdlExporter.cs (5)
687
innerPolicyElement.
AppendChild
(responsesAssertion);
688
addressingAssertion.
AppendChild
(innerPolicyElement);
854
policyElement.
AppendChild
(exactlyOneElement);
860
exactlyOneElement.
AppendChild
(allElement);
866
allElement.
AppendChild
(iNode);
System\ServiceModel\Description\WsdlImporter.cs (3)
1465
policyElement.
AppendChild
(exactlyOneElement);
1471
exactlyOneElement.
AppendChild
(allElement);
1488
allElement.
AppendChild
(workaroundElement);
System\ServiceModel\Security\WSSecurityPolicy.cs (38)
249
result.
AppendChild
(e);
275
result.
AppendChild
(CreateWsspAssertion(BodyName));
279
result.
AppendChild
(CreateWsspHeaderAssertion(header));
303
result.
AppendChild
(CreateWsspAssertion(BodyName));
307
result.
AppendChild
(CreateWsspHeaderAssertion(header));
404
result.
AppendChild
(
502
result.
AppendChild
(
560
result.
AppendChild
(
718
result.
AppendChild
(
731
result.
AppendChild
(
811
result.
AppendChild
(
950
policy.
AppendChild
(CreateTokenAssertion(exporter, p));
957
policy.
AppendChild
(CreateTokenAssertion(exporter, p));
964
policy.
AppendChild
(CreateTokenAssertion(exporter, p, true));
971
policy.
AppendChild
(CreateTokenAssertion(exporter, p, true));
976
result.
AppendChild
(policy);
1013
policy.
AppendChild
(CreateTokenAssertion(exporter, p));
1023
policy.
AppendChild
(CreateTokenAssertion(exporter, p, true));
1031
policy.
AppendChild
(
1038
result.
AppendChild
(policy);
1481
result.
AppendChild
(
1572
result.
AppendChild
(
1701
result.
AppendChild
(
1793
result.
AppendChild
(
1806
result.
AppendChild
(
1824
result.
AppendChild
(
2031
result.
AppendChild
(
2124
result.
AppendChild
(
2179
result.
AppendChild
(
2379
result.
AppendChild
(issuerAssertion);
2385
tokenTemplate.
AppendChild
(doc.ImportNode(p, true));
2387
result.
AppendChild
(tokenTemplate);
2388
result.
AppendChild
(
2498
result.
AppendChild
(
2580
result.
AppendChild
(
2695
nestedPolicy.
AppendChild
(e);
2698
result.
AppendChild
(nestedPolicy);
2775
result.
AppendChild
(
System\ServiceModel\Security\WSSecurityPolicy12.cs (13)
64
policy.
AppendChild
(CreateWsspAssertion(WSSecurityPolicy.RequireClientCertificateName));
68
policy.
AppendChild
(CreateWsspAssertion(WSSecurityPolicy.HttpBasicAuthenticationName));
72
policy.
AppendChild
(CreateWsspAssertion(WSSecurityPolicy.HttpDigestAuthenticationName));
74
result.
AppendChild
(policy);
162
result.
AppendChild
(
178
result.
AppendChild
(
195
result.
AppendChild
(
394
policy.
AppendChild
(CreateTokenAssertion(exporter, p));
401
policy.
AppendChild
(CreateTokenAssertion(exporter, p, true));
406
result.
AppendChild
(policy);
429
policy.
AppendChild
(CreateTokenAssertion(exporter, p));
436
policy.
AppendChild
(CreateTokenAssertion(exporter, p, true));
441
result.
AppendChild
(policy);
System\ServiceModel\Security\WSTrust.cs (11)
1298
result.
AppendChild
(doc.CreateTextNode(keySize.ToString(System.Globalization.CultureInfo.InvariantCulture.NumberFormat)));
1348
result.
AppendChild
(doc.CreateTextNode(this.DriverDictionary.SymmetricKeyType.Value));
1367
result.
AppendChild
(doc.CreateTextNode(this.DriverDictionary.PublicKeyType.Value));
1396
result.
AppendChild
(doc.CreateTextNode(tokenTypeUri));
1425
result.
AppendChild
(skiNode);
1439
result.
AppendChild
(doc.CreateTextNode(signatureAlgorithm));
1457
result.
AppendChild
(doc.CreateTextNode(encryptionAlgorithm));
1470
result.
AppendChild
(doc.CreateTextNode(encryptionAlgorithm));
1493
result.
AppendChild
(doc.CreateTextNode(algorithm));
1506
result.
AppendChild
(doc.CreateTextNode(algorithm));
1550
result.
AppendChild
(element);
System\ServiceModel\Security\WSTrustDec2005.cs (3)
77
result.
AppendChild
(doc.CreateTextNode(DXD.TrustDec2005Dictionary.BearerKeyType.Value));
142
secondaryParamElement.
AppendChild
(originalRequestParameters[i]);
168
result.
AppendChild
(doc.CreateTextNode(keyWrapAlgorithm));
System.Web.DataVisualization (4)
Common\Utilities\XmlSerializer.cs (4)
1395
xmlDocument.
AppendChild
(docFragment);
1470
xmlParentNode.
AppendChild
(xmlNode);
1605
xmlParentNode.
AppendChild
(xmlNode);
1670
xmlParentNode.
AppendChild
(xmlNode);
System.Web.Mobile (3)
UI\MobileControls\Design\Util\WebConfigManager.cs (3)
191
configSection.
AppendChild
(webSection);
201
webSection.
AppendChild
(filters);
362
filters.
AppendChild
(_xmlNode);
System.Web.Services (2)
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
836
upgradeElement.
AppendChild
(CreateUpgradeEnvelope(doc, Soap.Prefix, Soap.Namespace));
838
upgradeElement.
AppendChild
(CreateUpgradeEnvelope(doc, Soap12.Prefix, Soap12.Namespace));
System.Windows.Forms (10)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (5)
807
assembly.
AppendChild
(publisherIdentity);
1007
issuerNode.
AppendChild
(licenseDom.ImportNode(xmlDigitalSignature, true));
1052
dsObject.
AppendChild
(asTimestamp);
1055
signatureNode.
AppendChild
(dsObject);
1112
signatureParent.
AppendChild
(xmlDigitalSignature);
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (5)
1442
assembly.
AppendChild
(publisherIdentity);
1750
issuerNode.
AppendChild
(licenseDom.ImportNode(xmlDigitalSignature, true));
1885
dsObject.
AppendChild
(asTimestamp);
1888
signatureNode.
AppendChild
(dsObject);
1965
signatureParent.
AppendChild
(xmlDigitalSignature);
System.Windows.Forms.DataVisualization (4)
Common\Utilities\XmlSerializer.cs (4)
1395
xmlDocument.
AppendChild
(docFragment);
1470
xmlParentNode.
AppendChild
(xmlNode);
1605
xmlParentNode.
AppendChild
(xmlNode);
1670
xmlParentNode.
AppendChild
(xmlNode);
System.Xml (17)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
346
elementNode.
AppendChild
(textNode);
System\Xml\Dom\DocumentXmlWriter.cs (2)
338
start.
AppendChild
(fragment[i]);
433
parent.
AppendChild
(node);
System\Xml\Dom\XmlAttribute.cs (2)
258
node = base.
AppendChild
(newChild);
262
node = base.
AppendChild
(newChild);
System\Xml\Dom\XmlDocument.cs (1)
866
toNode.
AppendChild
( ImportNodeInternal( n, deep ) );
System\Xml\Dom\XmlElement.cs (1)
508
AppendChild
( OwnerDocument.CreateTextNode( value ) );
System\Xml\Dom\XmlNode.cs (3)
209
return
AppendChild
(newChild);
517
AppendChild
( node );
816
AppendChild
( OwnerDocument.CreateTextNode( value ) );
System\Xml\Schema\Parser.cs (5)
289
parentNode.
AppendChild
(currentNode);
342
parentNode.
AppendChild
(element);
398
eref.
AppendChild
(dummyDocument.CreateTextNode(reader.Value));
402
eref.
AppendChild
(dummyDocument.CreateTextNode(String.Empty));
406
eref.
AppendChild
(LoadEntityReferenceInAttribute());
System\Xml\Serialization\XmlSerializationReader.cs (2)
867
doc.
AppendChild
(doc.ImportNode(n, true));
1841
if (unknownElement != null) unknownElement.
AppendChild
(xmlNode);
WindowsBase (23)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (3)
1178
xDoc.
AppendChild
(xDoc.CreateNode(XmlNodeType.Element, "root", "namespace")); // dummy root
1179
xDoc.DocumentElement.
AppendChild
(XmlSignatureManifest.GenerateManifest(_manager, xDoc, hashAlgorithm, parts, relationshipSelectors));
1180
xDoc.DocumentElement.
AppendChild
(XmlSignatureProperties.AssembleSignatureProperties(xDoc, DateTime.Now, _manager.TimeFormat, signatureId));
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (14)
509
manifest.
AppendChild
(GeneratePartSigningReference(manager, xDoc, hashAlgorithm, partUri));
584
manifest.
AppendChild
(
692
transform.
AppendChild
(relationshipNode);
701
transform.
AppendChild
(relationshipNode);
710
transforms.
AppendChild
(transform);
731
transforms.
AppendChild
(transform);
733
reference.
AppendChild
(transforms);
736
reference.
AppendChild
(GenerateDigestMethod(manager, xDoc));
741
reference.
AppendChild
(GenerateDigestValueNode(xDoc, hashAlgorithm, s, transformName));
778
transforms.
AppendChild
(transform);
779
reference.
AppendChild
(transforms);
783
reference.
AppendChild
(GenerateDigestMethod(manager, xDoc));
788
reference.
AppendChild
(GenerateDigestValueNode(xDoc, hashAlgorithm, s, transformName));
811
digestValue.
AppendChild
(digestValueText);
Base\MS\Internal\IO\Packaging\XmlSignatureProperties.cs (6)
121
signatureProperties.
AppendChild
(signatureProperty);
137
signatureTimeFormat.
AppendChild
(xDoc.CreateTextNode(xmlDateTimeFormat));
138
signatureTimeValue.
AppendChild
(xDoc.CreateTextNode(DateTimeToXmlFormattedTime(dateTime, dateTimeFormats[0])));
140
signatureTime.
AppendChild
(signatureTimeFormat);
141
signatureTime.
AppendChild
(signatureTimeValue);
143
signatureProperty.
AppendChild
(signatureTime);