1 write to IsValueTypeId
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
2701
IsValueTypeId
= (serializerTypeId & TypeIdValueMask) == TypeIdValueMask;
2 references to IsValueTypeId
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (1)
2114
if (bamlPropertyRecord.
IsValueTypeId
)
System\Windows\Markup\BamlRecords.cs (1)
2702
if (
IsValueTypeId
)