2 writes to TypeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
2154
TypeId
= bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
1239
bamlProperty.
TypeId
= typeId;
4 references to TypeId
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (2)
901
info.Value = GetTypeValueString(((BamlPropertyTypeReferenceRecord)_currentBamlRecord).
TypeId
);
1642
string value = GetTypeValueString(((BamlPropertyTypeReferenceRecord)_currentBamlRecord).
TypeId
);
System\Windows\Markup\BamlRecordReader.cs (1)
2653
Type valueType = MapTable.GetTypeFromId(bamlPropertyRecord.
TypeId
);
System\Windows\Markup\BamlRecords.cs (1)
2161
bamlBinaryWriter.Write(
TypeId
);