3 writes to cookie
System.Windows.Forms (3)
winforms\Managed\System\WinForms\HtmlDocument.cs (3)
954
this.
cookie
= new AxHost.ConnectionPointCookie(this.NativeHtmlDocument2,
960
cookie
= null;
973
this.
cookie
= null;
5 references to cookie
System.Windows.Forms (5)
winforms\Managed\System\WinForms\HtmlDocument.cs (5)
952
if (
cookie
== null || !
cookie
.Connected)
958
if (!
cookie
.Connected)
970
if (this.
cookie
!= null)
972
this.
cookie
.Disconnect();