3 writes to cookie
PresentationFramework (3)
src\Framework\MS\Internal\Controls\ConnectionPointCookie.cs (3)
70int hr = connectionPoint.Advise(sink, ref cookie); 73cookie = 0; 135cookie = 0;
3 references to cookie
PresentationFramework (3)
src\Framework\MS\Internal\Controls\ConnectionPointCookie.cs (3)
86if (connectionPoint == null || cookie == 0) 120if (connectionPoint != null && cookie != 0) 124connectionPoint.Unadvise(cookie);