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