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