3 writes to cookie
PresentationFramework (3)
MS\Internal\Controls\ConnectionPointCookie.cs (3)
53int hr = connectionPoint.Advise(sink, ref cookie); 56cookie = 0; 108cookie = 0;
3 references to cookie
PresentationFramework (3)
MS\Internal\Controls\ConnectionPointCookie.cs (3)
69if (connectionPoint == null || cookie == 0) 93if (connectionPoint != null && cookie != 0) 97connectionPoint.Unadvise(cookie);