2 writes to _connectionPoint
PresentationFramework (2)
MS\Internal\Controls\ActiveXSite.cs (2)
440
_connectionPoint
= new ConnectionPointCookie(nativeObject, this, typeof(UnsafeNativeMethods.IPropertyNotifySink));
455
_connectionPoint
= null;
2 references to _connectionPoint
PresentationFramework (2)
MS\Internal\Controls\ActiveXSite.cs (2)
432
if (
_connectionPoint
!= null)
454
_connectionPoint
?.Disconnect();