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