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