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