2 implementations of FOnComponentActivate
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentManager.cs (1)
127
BOOL IMsoComponentManager.Interface.
FOnComponentActivate
(nuint dwComponentID)
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (1)
52
BOOL Interface.
FOnComponentActivate
(nuint dwComponentID)
4 references to FOnComponentActivate
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
211
manager.
FOnComponentActivate
(_componentID);
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.cs (1)
97
/// <inheritdoc cref="Interface.
FOnComponentActivate
(nuint)"/>
System.Windows.Forms.Tests (2)
System\Windows\Forms\Application.ComponentManagerTests.cs (2)
136
Assert.False(manager.
FOnComponentActivate
(default));
318
Assert.True(manager.
FOnComponentActivate
(firstId));