Related resources for filtering elements
  • Filtering Elements in a Collection in WPF7/5/2015 10:12:32 PM. This article explains how to filter elements in a collection in WPF.
  • Iterator Design Pattern 5/15/2012 2:20:34 PM. The Iterator pattern provides a way of accessing elements of a collection sequentially, without knowing how the collection is structured. As an extension, the pattern allows for filtering elements in a variety of ways as they are generated.