4 references to IsInternalType
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlMapTable.cs (1)
1235
bamlTypeInfoRecord.IsInternalType = (elementType != null && ReflectionHelper.
IsInternalType
(elementType));
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (2)
958
if (!ReflectionHelper.
IsInternalType
(delegateType) ||
2543
!ReflectionHelper.
IsInternalType
(objectType) ||
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\TypeConverterHelper.cs (1)
131
if (!ReflectionHelper.
IsInternalType
(converterType) ||