4 references to CollectionView
PresentationFramework (4)
src\Framework\MS\Internal\Helper.cs (1)
512
ICollectionView icv = (ic != null) ? ic.
CollectionView
: null;
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
1970
CollectionView cv = Host.View.
CollectionView
;
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
305
!CollectionViewSource.IsDefaultView(Items.
CollectionView
);
2005
_selectedItems.UsesItemHashCodes = Items.
CollectionView
.HasReliableHashCodes();