2 implementations of FRegisterComponent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
1740bool UnsafeNativeMethods.IMsoComponentManager.FRegisterComponent(UnsafeNativeMethods.IMsoComponent component,
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
423bool UnsafeNativeMethods.IMsoComponentManager.FRegisterComponent(UnsafeNativeMethods.IMsoComponent component, NativeMethods.MSOCRINFOSTRUCT pcrinfo, out IntPtr dwComponentID) {
2 references to FRegisterComponent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
2551bool result = msocm.FRegisterComponent(this, info, out localComponentID);
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
432if (!_original.FRegisterComponent(this, pcrinfo, out _componentId)) {