2 implementations of FRevokeComponent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
1764bool UnsafeNativeMethods.IMsoComponentManager.FRevokeComponent(IntPtr dwComponentID) {
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
467bool UnsafeNativeMethods.IMsoComponentManager.FRevokeComponent(IntPtr dwComponentID) {
2 references to FRevokeComponent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
3730msocm.FRevokeComponent((IntPtr)id);
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
290return _original.FRevokeComponent(_componentId);