2 references to HtmlElementInsertionOrientation
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (2)
506
return InsertAdjacentElement(
HtmlElementInsertionOrientation
.BeforeEnd, newElement);
557
public HtmlElement? InsertAdjacentElement(
HtmlElementInsertionOrientation
orientation, HtmlElement newElement)