Example #1
0
 public Calendar(AutomationElement automationElement)
     : base(automationElement)
 {
 }
Example #2
0
 public SelectionItemControl(AutomationElement automationElement)
     : base(automationElement)
 {
 }
Example #3
0
 public Slider(AutomationElement automationElement)
     : base(automationElement)
 {
 }
 public GridViewColumnHeader(AutomationElement automationElement)
     : base(automationElement)
 {
 }
Example #5
0
 public RepeatButton(AutomationElement automationElement)
     : base(automationElement)
 {
 }
 public VerticalScrollBar(AutomationElement automationElement)
     : base(automationElement)
 {
 }
Example #7
0
 public Frame(AutomationElement automationElement)
     : base(automationElement)
 {
 }