internal UIA2PatternFactory(UIA2BasicAutomationElement basicAutomationElement)
 {
     BasicAutomationElement = basicAutomationElement;
 }
 public UIA2AutomationElementPatternValues(UIA2BasicAutomationElement basicAutomationElement) : base(basicAutomationElement)
 {
 }