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

LegacyIAccessiblePattern() private method

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