1 write to IsValueTypeId
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2795IsValueTypeId = (serializerTypeId & TypeIdValueMask) == TypeIdValueMask;
2 references to IsValueTypeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
2154if (bamlPropertyRecord.IsValueTypeId)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2796if (IsValueTypeId)