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