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