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