2 implementations of OnLoseActivation
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
3864void UnsafeNativeMethods.IMsoComponent.OnLoseActivation() {
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
338void UnsafeNativeMethods.IMsoComponent.OnLoseActivation() {
1 reference to OnLoseActivation
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
340_activeComponent.OnLoseActivation();