Exemplo n.º 1
0
 public Calendar(AutomationElement automationElement)
     : base(automationElement)
 {
 }
Exemplo n.º 2
0
 public SelectionItemControl(AutomationElement automationElement)
     : base(automationElement)
 {
 }
Exemplo n.º 3
0
 public Slider(AutomationElement automationElement)
     : base(automationElement)
 {
 }
 public GridViewColumnHeader(AutomationElement automationElement)
     : base(automationElement)
 {
 }
Exemplo n.º 5
0
 public RepeatButton(AutomationElement automationElement)
     : base(automationElement)
 {
 }
 public VerticalScrollBar(AutomationElement automationElement)
     : base(automationElement)
 {
 }
Exemplo n.º 7
0
 public Frame(AutomationElement automationElement)
     : base(automationElement)
 {
 }