AdvancedLauncher.Tools.Interop.RedirectedHwndSourceHost.HasFocusWithinCore C# (CSharp) Method

HasFocusWithinCore() protected final method

protected final HasFocusWithinCore ( ) : bool
return bool
        protected override sealed bool HasFocusWithinCore()
        {
            if (_hwndSource != null) {
                return ((IKeyboardInputSink)_hwndSource).HasFocusWithin();
            } else {
                return base.HasFocusWithinCore();
            }
        }