3 writes to _cookie
System.Windows.Forms (3)
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (3)
93
_cookie
= new AxHost.ConnectionPointCookie(
100
_cookie
= null;
124
_cookie
= null;
6 references to _cookie
System.Windows.Forms (6)
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (6)
89
if (
_cookie
is null || !
_cookie
.Connected)
91
for (int i = 0; i < s_dispInterfaceTypes.Length &&
_cookie
is null; i++)
98
if (!
_cookie
.Connected)
121
if (
_cookie
is not null)
123
_cookie
.Disconnect();