3 writes to cookie
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (3)
3732
int hr = connectionPoint.Advise(sink, ref
cookie
);
3737
cookie
= 0;
3789
cookie
= 0;
5 references to cookie
System.Windows.Forms (5)
winforms\Managed\System\WinForms\AxHost.cs (5)
3753
if (connectionPoint == null ||
cookie
== 0) {
3779
if (connectionPoint != null &&
cookie
!= 0) {
3781
connectionPoint.Unadvise(
cookie
);
3809
if (connectionPoint != null &&
cookie
!= 0) {
3833
return connectionPoint != null &&
cookie
!= 0;