3 writes to _htmlElementCollection
System.Windows.Forms (3)
System\Windows\Forms\Controls\WebBrowser\HtmlElementCollection.cs (3)
19
_htmlElementCollection
= null;
28
_htmlElementCollection
= new(elements, takeOwnership: true, trackDisposal: false);
39
_htmlElementCollection
= null;
1 reference to _htmlElementCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlElementCollection.cs (1)
44
private AgileComPointer<IHTMLElementCollection>? NativeHtmlElementCollection =>
_htmlElementCollection
;