1 write to _htmlFramesCollection2
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlWindowCollection.cs (1)
20
_htmlFramesCollection2
= new(collection, takeOwnership: true, trackDisposal: false);
2 references to _htmlFramesCollection2
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\HtmlWindowCollection.cs (2)
29
private AgileComPointer<IHTMLFramesCollection2> NativeHTMLFramesCollection2 =>
_htmlFramesCollection2
;
58
using var htmlFrameCollection2 =
_htmlFramesCollection2
.GetInterface();