3 writes to cookie
System.Windows.Forms (3)
winforms\Managed\System\WinForms\HtmlElement.cs (3)
1473this.cookie = new AxHost.ConnectionPointCookie(this.NativeHtmlElement, 1479cookie = null; 1501this.cookie = null;
6 references to cookie
System.Windows.Forms (6)
winforms\Managed\System\WinForms\HtmlElement.cs (6)
1469if (cookie == null || !cookie.Connected) 1471for (int i = 0; i < dispInterfaceTypes.Length && this.cookie == null; i++) 1477if (!cookie.Connected) 1498if (this.cookie != null) 1500this.cookie.Disconnect();