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