* Fix InternalChildren clear logic
* Improve InternalChildren clear logic
* Add test code to verify InternalChildren clear logic
* Add missing test cases
* Improve time complexity of clear logic
* Fix the test case where InvalidOperationException occurs.
* Correct the name casing of the test case
* Modify a wrong test code