2 implementations of OnAppActivate
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
384void IMsoComponent.Interface.OnAppActivate(BOOL fActive, uint dwOtherThreadID)
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
356void IMsoComponent.Interface.OnAppActivate(BOOL fActive, uint dwOtherThreadID)
3 references to OnAppActivate
System.Windows.Forms.Primitives (2)
Microsoft\Office\IMsoComponent.cs (2)
63=> UnwrapAndInvoke<IMsoComponent, Interface>(@this, o => o.OnAppActivate(fActive, dwOtherThreadID)); 167/// <inheritdoc cref="Interface.OnAppActivate(BOOL, uint)"/>
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
357=> _mock.OnAppActivate(fActive, dwOtherThreadID);