If you have huge amount of child controls with references in your parent control and you want garbage collector to clear up everything that is related to these controls (besides event handlers and data that were cleared up by control's destroy code), then yes you'd want to remove references to them.
↧