4 references to IsInternalType
PresentationBuildTasks (4)
Base\System\Windows\Markup\TypeConverterHelper.cs (1)
152
if (!ReflectionHelper.
IsInternalType
(converterType) ||
Framework\System\Windows\Markup\BamlMapTable.cs (1)
1259
bamlTypeInfoRecord.IsInternalType = (elementType != null && ReflectionHelper.
IsInternalType
(elementType));
Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
1052
if (!ReflectionHelper.
IsInternalType
(delegateType) ||
2644
!ReflectionHelper.
IsInternalType
(objectType) ||