2 implementations of OnLoseActivation
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
388
void IMsoComponent.Interface.
OnLoseActivation
()
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
359
void IMsoComponent.Interface.
OnLoseActivation
() => _mock.OnLoseActivation();
3 references to OnLoseActivation
System.Windows.Forms.Primitives (2)
Microsoft\Office\IMsoComponent.cs (2)
67
=> UnwrapAndInvoke<IMsoComponent, Interface>(@this, o => o.
OnLoseActivation
());
174
/// <inheritdoc cref="Interface.
OnLoseActivation
()"/>
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
359
void IMsoComponent.Interface.OnLoseActivation() => _mock.
OnLoseActivation
();