2 implementations of FOnComponentActivate
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentManager.cs (1)
127BOOL IMsoComponentManager.Interface.FOnComponentActivate(nuint dwComponentID)
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (1)
52BOOL Interface.FOnComponentActivate(nuint dwComponentID)
4 references to FOnComponentActivate
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
211manager.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)
136Assert.False(manager.FOnComponentActivate(default)); 318Assert.True(manager.FOnComponentActivate(firstId));