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)
28
private readonly
ClassPropertyDispatchAdapter
_dispatchAdapter;
System.Windows.Forms.Primitives (2)
Windows\Win32\System\Ole\ClassPropertyDispatchAdapter.cs (2)
27
private readonly
ClassPropertyDispatchAdapter
? _priorAdapter;
34
ClassPropertyDispatchAdapter
? priorAdapter = null)