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