3 references to GetItemType
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
2214else if ((itemType = GetItemType(true)) != null)
src\Framework\System\Windows\Data\CollectionView.cs (1)
1476else if ((itemType = GetItemType(false)) != null)
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
704Type itemType = GetItemType(true);