3 references to CollectionViewSource
PresentationFramework (3)
src\Framework\System\Windows\Data\CollectionViewSource.cs (1)
1290internal static readonly CollectionViewSource DefaultSource = new CollectionViewSource();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2616bamlType.DefaultConstructor = delegate() { return new System.Windows.Data.CollectionViewSource(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1167case KnownElements.CollectionViewSource: o = new System.Windows.Data.CollectionViewSource(); break;