ArgumentNullException: 值不能为 null。
参数名: source
StackTrace:
在 System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate)
在 Cea.Utils.PinyinHelper.SearchList(String search, IEnumerable`1 textList)
在 IntelliTools.View.Clipboard.ClipItemListViewModel.FilterItem(Object item)
在 System.Windows.Data.ListCollectionView.PrepareLocalArray()
在 System.Windows.Data.ListCollectionView.RefreshOverride()
在 System.Windows.Data.CollectionView.RefreshInternal()
在 IntelliTools.View.Clipboard.ClipItemListControl.<.ctor>b__1_1(Object s, NotifyCollectionChangedEventArgs e)
在 System.Collections.Specialized.NotifyCollectionChangedEventHandler.Invoke(Object sender, NotifyCollectionChangedEventArgs e)
在 System.Collections.ObjectModel.ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e)
在 System.Collections.ObjectModel.ObservableCollection`1.InsertItem(Int32 index, T item)
在 IntelliTools.View.BackgroundWindow.CollectClipItem(ClipItemBase item)
在 IntelliTools.View.BackgroundWindow.LasyOnClipboardChanged()
在 IntelliTools.View.BackgroundWindow.Timer_Tick(Object sender, EventArgs e)
在 System.Windows.Threading.DispatcherTimer.FireTick(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)