2 implementations of FRegisterComponent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
1740
bool UnsafeNativeMethods.IMsoComponentManager.
FRegisterComponent
(UnsafeNativeMethods.IMsoComponent component,
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
423
bool 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)
2551
bool result = msocm.
FRegisterComponent
(this, info, out localComponentID);
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
432
if (!_original.
FRegisterComponent
(this, pcrinfo, out _componentId)) {