7 instantiations of ClassPropertyDispatchAdapter
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (2)
35_dispatchAdapter = new(control, priorAdapter: new(this));
System.Windows.Forms.Primitives.Tests (5)
Windows\Win32\System\Ole\ClassPropertyDispatchAdapterTests.cs (5)
16ClassPropertyDispatchAdapter adapter = new(testClass); 62ClassPropertyDispatchAdapter adapter = new(testClass, new(testClass2)); 68adapter = new(testClass2, new(testClass));
5 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)
System.Windows.Forms.Primitives.Tests (2)
Windows\Win32\System\Ole\ClassPropertyDispatchAdapterTests.cs (2)
16ClassPropertyDispatchAdapter adapter = new(testClass); 62ClassPropertyDispatchAdapter adapter = new(testClass, new(testClass2));