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