5 writes to connectionPoint
System.Windows.Forms (5)
winforms\Managed\System\WinForms\AxHost.cs (5)
3713
if (cpc.FindConnectionPoint(ref tmp, out
connectionPoint
) != NativeMethods.S_OK) {
3714
connectionPoint
= null;
3718
connectionPoint
= null;
3739
connectionPoint
= null;
3801
connectionPoint
= null;
11 references to connectionPoint
System.Windows.Forms (11)
winforms\Managed\System\WinForms\AxHost.cs (11)
3721
if (
connectionPoint
== null) {
3732
int hr =
connectionPoint
.Advise(sink, ref cookie);
3738
Marshal.ReleaseComObject(
connectionPoint
);
3753
if (
connectionPoint
== null || cookie == 0) {
3754
if (
connectionPoint
!= null) {
3755
Marshal.ReleaseComObject(
connectionPoint
);
3779
if (
connectionPoint
!= null && cookie != 0) {
3781
connectionPoint
.Unadvise(cookie);
3793
Marshal.ReleaseComObject(
connectionPoint
);
3809
if (
connectionPoint
!= null && cookie != 0) {
3833
return
connectionPoint
!= null && cookie != 0;