3 writes to _connectionHandle
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.ConnectionPointCookie.cs (3)
66_connectionHandle = new(connectionPoint, sink); 71_connectionHandle = null; 87_connectionHandle = null;
5 references to _connectionHandle
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\AxHost.ConnectionPointCookie.cs (5)
68if (!_connectionHandle.Connected) 70_connectionHandle.Dispose(); 86_connectionHandle?.Dispose(); 93internal bool Connected => _connectionHandle is not null && _connectionHandle.Connected;