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