3 writes to cookie
System.Windows.Forms (3)
winforms\Managed\System\WinForms\HtmlWindow.cs (3)
709
this.
cookie
= new AxHost.ConnectionPointCookie(NativeHtmlWindow,
715
cookie
= null;
735
this.
cookie
= null;
5 references to cookie
System.Windows.Forms (5)
winforms\Managed\System\WinForms\HtmlWindow.cs (5)
707
if (
cookie
== null || !
cookie
.Connected)
713
if (!
cookie
.Connected)
732
if (this.
cookie
!= null)
734
this.
cookie
.Disconnect();