2 implementations of FRevokeComponent
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentManager.cs (1)
91BOOL IMsoComponentManager.Interface.FRevokeComponent(nuint dwComponentID)
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (1)
40BOOL Interface.FRevokeComponent(nuint dwComponentID)
5 references to FRevokeComponent
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
336manager.FRevokeComponent(_componentID);
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.cs (1)
81/// <inheritdoc cref="Interface.FRevokeComponent(nuint)"/>
System.Windows.Forms.Tests (3)
System\Windows\Forms\Application.ComponentManagerTests.cs (3)
97Assert.False(manager.FRevokeComponent(UIntPtr.Zero)); 99Assert.True(manager.FRevokeComponent(id)); 100Assert.False(manager.FRevokeComponent(id));