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