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)
518if (_connectionPoint != null) 546if (_connectionPoint != null) 548_connectionPoint.Disconnect();