4 references to IConnectionPointContainer
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (3)
3708
if (source is UnsafeNativeMethods.
IConnectionPointContainer
) {
3709
UnsafeNativeMethods.
IConnectionPointContainer
cpc = (UnsafeNativeMethods.
IConnectionPointContainer
)source;
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
6297
ref
IConnectionPointContainer
pContainer);