3 references to CollectionViewSource
PresentationFramework (3)
System\Windows\Data\CollectionViewSource.cs (1)
1286
internal static readonly CollectionViewSource DefaultSource = new
CollectionViewSource
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2736
DefaultConstructor = delegate () { return new System.Windows.Data.
CollectionViewSource
(); }
System\Windows\Markup\KnownTypes.cs (1)
1159
case KnownElements.CollectionViewSource: o = new System.Windows.Data.
CollectionViewSource
(); break;