3 references to GetItemType
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
2214
else if ((itemType =
GetItemType
(true)) != null)
src\Framework\System\Windows\Data\CollectionView.cs (1)
1476
else if ((itemType =
GetItemType
(false)) != null)
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
704
Type itemType =
GetItemType
(true);