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