2 writes to _connectionPoint
PresentationFramework (2)
MS\Internal\Controls\ActiveXSite.cs (2)
441
_connectionPoint
= new ConnectionPointCookie(nativeObject, this, typeof(UnsafeNativeMethods.IPropertyNotifySink));
458
_connectionPoint
= null;
3 references to _connectionPoint
PresentationFramework (3)
MS\Internal\Controls\ActiveXSite.cs (3)
433
if (
_connectionPoint
!= null)
455
if (
_connectionPoint
!= null)
457
_connectionPoint
.Disconnect();