3 references to GetItemType
PresentationFramework (3)
System\Windows\Data\BindingListCollectionView.cs (1)
2207else if ((itemType = GetItemType(true)) != null)
System\Windows\Data\CollectionView.cs (1)
1465else if ((itemType = GetItemType(false)) != null)
System\Windows\Data\ListCollectionView.cs (1)
696Type itemType = GetItemType(true);