8 references to BeforeEnd
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (1)
506return InsertAdjacentElement(HtmlElementInsertionOrientation.BeforeEnd, newElement);
System.Windows.Forms.Tests (7)
System\Windows\Forms\HtmlElementTests.cs (7)
2083element.InsertAdjacentElement(HtmlElementInsertionOrientation.BeforeEnd, newElement1); 2089element.InsertAdjacentElement(HtmlElementInsertionOrientation.BeforeEnd, newElement2); 2096element.InsertAdjacentElement(HtmlElementInsertionOrientation.BeforeEnd, newElement3); 2121element.InsertAdjacentElement(HtmlElementInsertionOrientation.BeforeEnd, newElement1); 2129element.InsertAdjacentElement(HtmlElementInsertionOrientation.BeforeEnd, newElement2); 2138element.InsertAdjacentElement(HtmlElementInsertionOrientation.BeforeEnd, newElement3); 2320Assert.Throws<NullReferenceException>(() => element.InsertAdjacentElement(HtmlElementInsertionOrientation.BeforeEnd, null));