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