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

InvokePattern() private method

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