File: Core\CSharp\System\Windows\Input\KeyboardInputProviderAcquireFocusEventHandler.cs
Project: wpf\src\PresentationCore.csproj (PresentationCore)

using System;
namespace System.Windows.Input 
{
    /// <summary>
    ///     The delegate to use for handlers that receive KeyboardInputProviderAcquireFocusEventArgs.
    /// </summary>
    /// <ExternalAPI Inherit="true"/>
    public delegate void KeyboardInputProviderAcquireFocusEventHandler(object sender, KeyboardInputProviderAcquireFocusEventArgs e);
}