7 references to AppendChild
System.Windows.Forms.Tests (7)
System\Windows\Forms\HtmlElementTests.cs (7)
1435element.AppendChild(newElement1); 1439element.AppendChild(newElement2); 1444element.AppendChild(newElement3); 1467element.AppendChild(newElement1); 1473element.AppendChild(newElement2); 1480element.AppendChild(newElement3); 1501Assert.Throws<NullReferenceException>(() => element.AppendChild(null));