1 implementation of OnAppActivate
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
384void IMsoComponent.Interface.OnAppActivate(BOOL fActive, uint dwOtherThreadID)
2 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)"/>