1 write to IsInternalType
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlMapTable.cs (1)
1259
bamlTypeInfoRecord.
IsInternalType
= (elementType != null && ReflectionHelper.IsInternalType(elementType));
1 reference to IsInternalType
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
5292
publicOnly = !typeInfo.
IsInternalType
;