2 references to HasSerializerForTypeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
505
if (!MapTable.
HasSerializerForTypeId
(startRecord.TypeId))
1173
bool hasSerializer = MapTable.
HasSerializerForTypeId
(bamlElementRecord.TypeId);