Make sure that not pass NULL to parameter:ActionListener actionListener when convert AutomationElement to White Control
AutomationElement autoElement1 = FindChildElement("textBoxPath", item);
White.Core.UIItems.TextBox textBox = new White.Core.UIItems.TextBox(autoElement1, new NullActionListener()); // Cannot be null. if not, some function will get null reference exception while invoking.