2 references to CollectionViewTypeProperty
PresentationFramework (2)
src\Framework\System\Windows\Data\CollectionViewSource.cs (2)
176get { return (Type) GetValue(CollectionViewTypeProperty); } 177set { SetValue(CollectionViewTypeProperty, value); }