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