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