2 writes to _connectionPoint
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (2)
59_connectionPoint = new ConnectionPointCookie(nativeObject, this, typeof(IPropertyNotifySink), throwException: false); 65_connectionPoint = null;
2 references to _connectionPoint
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (2)
53if (_connectionPoint is not null) 64_connectionPoint?.Disconnect();