1 write to _dispatchAdapter
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (1)
35_dispatchAdapter = new(control, priorAdapter: new(this));
5 references to _dispatchAdapter
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (5)
299if (_dispatchAdapter.TryGetDispID(bstrName.ToString(), out int dispid)) 311if (_dispatchAdapter.TryGetMemberName(id, out string? name)) 323if (_dispatchAdapter.TryGetNextDispId(id, out int dispId)) 340uint* argumentError) => _dispatchAdapter.Invoke(dispId, lcid, flags, parameters, result); 344if (_dispatchAdapter.TryGetMemberProperties(dispId, out properties))