Code:
conditions = new AndCondition(
new PropertyCondition(AutomationElement.ControlTypeProperty,
controlType),
new PropertyCondition(AutomationElement.IsPasswordProperty, isPassword));
elementWindow.FindFirst(TreeScope.Descendants, conditions);