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