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