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