2 writes to TypeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2218TypeId = bamlBinaryReader.ReadInt16();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1248bamlProperty.TypeId = typeId;
4 references to TypeId
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
913info.Value = GetTypeValueString(((BamlPropertyTypeReferenceRecord)_currentBamlRecord).TypeId); 1654string value = GetTypeValueString(((BamlPropertyTypeReferenceRecord)_currentBamlRecord).TypeId);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
2686Type valueType = MapTable.GetTypeFromId(bamlPropertyRecord.TypeId);
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2225bamlBinaryWriter.Write(TypeId);