3 writes to cookie
PresentationFramework (3)
MS\Internal\Controls\ConnectionPointCookie.cs (3)
54int hr = connectionPoint.Advise(sink, ref cookie); 57cookie = 0; 109cookie = 0;
3 references to cookie
PresentationFramework (3)
MS\Internal\Controls\ConnectionPointCookie.cs (3)
70if (connectionPoint == null || cookie == 0) 94if (connectionPoint != null && cookie != 0) 98connectionPoint.Unadvise(cookie);