internal UIA3PatternFactory(UIA3BasicAutomationElement basicAutomationElement)
 {
     BasicAutomationElement = basicAutomationElement;
 }
 public UIA3AutomationElementPatternValues(UIA3BasicAutomationElement basicAutomationElement) : base(basicAutomationElement)
 {
 }