2 writes to _connectionPoint
PresentationFramework (2)
MS\Internal\Controls\ActiveXSite.cs (2)
449_connectionPoint = new ConnectionPointCookie(nativeObject, this, typeof(UnsafeNativeMethods.IPropertyNotifySink)); 466_connectionPoint = null;
3 references to _connectionPoint
PresentationFramework (3)
MS\Internal\Controls\ActiveXSite.cs (3)
441if (_connectionPoint != null) 463if (_connectionPoint != null) 465_connectionPoint.Disconnect();