- This is because validators are passed to control constructors as references
- which must be copied. Unlike objects such as pens and brushes, it does not
- make sense to have a reference counting scheme to do this cloning, because
- all validators should have separate data.
+ This is because validators are passed to control constructors as
+ references which must be copied. Unlike objects such as pens and
+ brushes, it does not make sense to have a reference counting scheme to
+ do this cloning because all validators should have separate data.