The control's Parent property value might not be the same as the Form returned by FindForm method.
For example, if a RadioButton control is contained within a Panel control, and the Panel is on a Form, the RadioButton control's Parent is the Panel and the Panel control's Parent is the Form.