public PropertyGridProperty(AutomationElement automationElement, PropertyGridElementFinder gridElementFinder, IActionListener actionListener) : base(automationElement, actionListener) { this.gridElementFinder = gridElementFinder; }
public PropertyGridProperty(AutomationElement automationElement, PropertyGridElementFinder gridElementFinder, ActionListener actionListener) : base(automationElement, actionListener) { this.gridElementFinder = gridElementFinder; }
public PropertyGrid(AutomationElement automationElement, IActionListener actionListener) : base(automationElement, actionListener) { finder = new PropertyGridElementFinder(automationElement); }
internal PropertyGridCategory(AutomationElement automationElement, ActionListener actionListener, PropertyGridElementFinder gridElementFinder) : base(automationElement, actionListener) { this.gridElementFinder = gridElementFinder; }
internal PropertyGridCategory(AutomationElement automationElement, IActionListener actionListener, PropertyGridElementFinder gridElementFinder) : base(automationElement, actionListener) { this.gridElementFinder = gridElementFinder; }