internal CheckedIndexCollection(CheckedListBox owner)
 {
     _owner = owner.OrThrowIfNull();
 }