LockablePivot crashes when ItemsSource is bound
description
LockablePivot crashes when activating locked mode if its ItemsSource is bound. Reason behind this is simple, LockablePivot assumes its .Items property (ItemCollection) contains PivotItem, which is not the case when using a collection of items bound to ItemsSource.
Crash occurs in function SaveAndRemoveItems, when calling Items.RemoveAt. (collection is read only in this case)