public AndCondition(ConditionBase condition1, ConditionBase condition2) : this(new[] { condition1, condition2 }) { }
public TreeView(BasicAutomationElementBase basicAutomationElement) : base(basicAutomationElement) { this.treeViewItemCondition = this.ConditionFactory.ByControlType(ControlType.TreeItem); }
public NotCondition(ConditionBase condition) { this.Condition = condition; }