c# Programming Glossary: e.newstartingindex
Using the WPF Dispatcher in unit tests http://stackoverflow.com/questions/1106881/using-the-wpf-dispatcher-in-unit-tests  The action was not add. Assert.IsTrue e.NewStartingIndex 0 NewStartingIndex was not 0. Assert.IsTrue e.NewItems 0 domainObject.. 
 ObservableCollection element-wise Transform/Projection Wrapper http://stackoverflow.com/questions/13920703/observablecollection-element-wise-transform-projection-wrapper  e.NewItems.Count 1  break  m_TransformedCollection.Insert e.NewStartingIndex m_TransformFunc Source e.NewItems 0  return  case NotifyCollectionChangedAction.Move.. 1  break  m_TransformedCollection.Move e.OldStartingIndex e.NewStartingIndex  return  case NotifyCollectionChangedAction.Remove  if e.OldItems.. 1 e.OldItems null e.OldItems.Count 1 e.OldStartingIndex e.NewStartingIndex  break  m_TransformedCollection e.OldStartingIndex m_TransformFunc.. 
 WPF MVVM: how to bind GridViewColumn to ViewModel-Collection? http://stackoverflow.com/questions/2643545/wpf-mvvm-how-to-bind-gridviewcolumn-to-viewmodel-collection  gridView e.NewItems i   gridView.Columns.Insert e.NewStartingIndex i column     break  case NotifyCollectionChangedAction.Move..   GridViewColumn column columns i  gridView.Columns.Insert e.NewStartingIndex i column     break  case NotifyCollectionChangedAction.Remove.. CreateColumn gridView e.NewItems i   gridView.Columns e.NewStartingIndex i column     break  case NotifyCollectionChangedAction.Reset.. 
 
 
     
      |