BaconographyWP8Core.View.SearchView.FixedLongListSelector_GotFocus C# (CSharp) Method

FixedLongListSelector_GotFocus() private method

private FixedLongListSelector_GotFocus ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void
        private void FixedLongListSelector_GotFocus(object sender, RoutedEventArgs e)
        {
            if (!_disableFocusHack && _needToHackFocus)
            {
                _needToHackFocus = false;
                _manualBox.Focus();
            }
        }