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