2 writes to _connectionPoint
PresentationFramework (2)
src\Framework\MS\Internal\Controls\ActiveXSite.cs (2)
527
_connectionPoint
= new ConnectionPointCookie(nativeObject, this, typeof(UnsafeNativeMethods.IPropertyNotifySink));
549
_connectionPoint
= null;
3 references to _connectionPoint
PresentationFramework (3)
src\Framework\MS\Internal\Controls\ActiveXSite.cs (3)
518
if (
_connectionPoint
!= null)
546
if (
_connectionPoint
!= null)
548
_connectionPoint
.Disconnect();