8 references to BeforeEnd
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (1)
499return InsertAdjacentElement(HtmlElementInsertionOrientation.BeforeEnd, newElement);
System.Windows.Forms.Tests (7)
System\Windows\Forms\HtmlElementTests.cs (7)
2081element.InsertAdjacentElement(HtmlElementInsertionOrientation.BeforeEnd, newElement1); 2087element.InsertAdjacentElement(HtmlElementInsertionOrientation.BeforeEnd, newElement2); 2094element.InsertAdjacentElement(HtmlElementInsertionOrientation.BeforeEnd, newElement3); 2119element.InsertAdjacentElement(HtmlElementInsertionOrientation.BeforeEnd, newElement1); 2127element.InsertAdjacentElement(HtmlElementInsertionOrientation.BeforeEnd, newElement2); 2136element.InsertAdjacentElement(HtmlElementInsertionOrientation.BeforeEnd, newElement3); 2318Assert.Throws<NullReferenceException>(() => element.InsertAdjacentElement(HtmlElementInsertionOrientation.BeforeEnd, null));