2 writes to cookie
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WebBrowser.cs (2)
1279
this.
cookie
= new AxHost.ConnectionPointCookie(ax, webBrowserEvent,
1294
this.
cookie
= null;
2 references to cookie
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WebBrowser.cs (2)
1292
if (this.
cookie
!= null) {
1293
this.
cookie
.Disconnect();