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