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