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)
432if (_connectionPoint != null) 454_connectionPoint?.Disconnect();