2 instantiations of ClassPropertyDispatchAdapter
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (2)
35_dispatchAdapter = new(control, priorAdapter: new(this));
3 references to ClassPropertyDispatchAdapter
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (1)
28private readonly ClassPropertyDispatchAdapter _dispatchAdapter;
System.Windows.Forms.Primitives (2)
Windows\Win32\System\Ole\ClassPropertyDispatchAdapter.cs (2)
27private readonly ClassPropertyDispatchAdapter? _priorAdapter; 34ClassPropertyDispatchAdapter? priorAdapter = null)