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