Inheritance: System.Windows.Controls.ContentControl
 public TestControlAutomationPeer(TestControl testControl)
     : base(testControl)
 {
     TestOfMoreThanTwoPatternPropertiesPattern.Initialize();
     AutomationElementRetievingPattern.Initialize();
 }