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