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)
44private AgileComPointer<IHTMLElementCollection>? NativeHtmlElementCollection => _htmlElementCollection;