4 references to ICustomTypeProvider
PresentationFramework (3)
System\Windows\Data\CollectionView.cs (3)
1478ICustomTypeProvider ictp = item as ICustomTypeProvider; 1534if (typeof(ICustomTypeProvider).IsAssignableFrom(type))
System (1)
src\libraries\shims\System\ref\System.cs (1)
817[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ICustomTypeProvider))]