2 writes to _connectionPoint
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (2)
61_connectionPoint = new ConnectionPointCookie(nativeObject, this, typeof(IPropertyNotifySink.Interface), throwException: false); 67_connectionPoint = null;
2 references to _connectionPoint
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (2)
55if (_connectionPoint is not null) 66_connectionPoint?.Disconnect();