5 references to ICustomTypeProvider
PresentationFramework (3)
src\Framework\System\Windows\Data\CollectionView.cs (3)
1489ICustomTypeProvider ictp = item as ICustomTypeProvider; 1545if (typeof(ICustomTypeProvider).IsAssignableFrom(type))
WindowsBase (2)
Shared\System\Windows\Markup\ReflectionHelper.cs (2)
174ICustomTypeProvider ictp = item as ICustomTypeProvider;