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