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)
55
if (
_connectionPoint
is not null)
66
_connectionPoint
?.Disconnect();