4 references to IClassFactory2
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (3)
129private static Guid icf2_Guid = typeof(UnsafeNativeMethods.IClassFactory2).GUID; 2535UnsafeNativeMethods.IClassFactory2 icf2 = UnsafeNativeMethods.CoGetClassObject(ref clsid, INPROC_SERVER, 0, ref icf2_Guid); 2569UnsafeNativeMethods.IClassFactory2 icf2 = UnsafeNativeMethods.CoGetClassObject(ref clsid, INPROC_SERVER, 0, ref icf2_Guid);
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
214public static extern UnsafeNativeMethods.IClassFactory2 CoGetClassObject(