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