If true, the drawing list will update after each child addition or removal
The process of updating is being optimized by the Container
However, with DisplayObjectContainer it is not beacuse there are no invalidation methods
We might choose to optimize the process, set this to false and call the InvalidateDrawingList() manually
