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)
299
if (
_dispatchAdapter
.TryGetDispID(bstrName.ToString(), out int dispid))
311
if (
_dispatchAdapter
.TryGetMemberName(id, out string? name))
323
if (
_dispatchAdapter
.TryGetNextDispId(id, out int dispId))
340
uint* argumentError) =>
_dispatchAdapter
.Invoke(dispId, lcid, flags, parameters, result);
344
if (
_dispatchAdapter
.TryGetMemberProperties(dispId, out properties))