A NullReferenceException is thrown when the SelectAll/UnselectAll methods within SelectAllSelector are called and the SelectedItems collection items type is a value type.
For example you could have CheckComboBox with enums as items. When clicking the Select all checkbox a NullReferenceException is thrown.
A
NullReferenceExceptionis thrown when theSelectAll/UnselectAllmethods withinSelectAllSelectorare called and theSelectedItemscollection items type is a value type.For example you could have
CheckComboBoxwith enums as items. When clicking theSelect allcheckbox aNullReferenceExceptionis thrown.