7 references to AppendChild
System.Windows.Forms.Tests (7)
System\Windows\Forms\HtmlElementTests.cs (7)
1437element.AppendChild(newElement1); 1441element.AppendChild(newElement2); 1446element.AppendChild(newElement3); 1469element.AppendChild(newElement1); 1475element.AppendChild(newElement2); 1482element.AppendChild(newElement3); 1503Assert.Throws<NullReferenceException>(() => element.AppendChild(null));