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