Invalidation in Flex is a mechanism by which changes made to a component's property values are queued and processed.This property value invalidation in Flex is controlled by setting and resetting boolean variables called dirty flags.
One of such a dirty flags used internally in Flex invalidation mechanism is invalidatePropertiesFlag flag.
This particular flag is reset in [...]