System.Windows.Automation.SynchronizedInputPattern.SynchronizedInputPattern C# (CSharp) Method

SynchronizedInputPattern() private method

private SynchronizedInputPattern ( AutomationElement el, UIAutomationClient pattern, bool cached ) : System
el AutomationElement
pattern UIAutomationClient
cached bool
return System
        private SynchronizedInputPattern(AutomationElement el, UIAutomationClient.IUIAutomationSynchronizedInputPattern pattern, bool cached)
            : base(el, cached)
        {
            Debug.Assert(pattern != null);
            this._pattern = pattern;
        }