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