2 writes to ValueId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
1704ValueId = bamlBinaryReader.ReadInt16();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
603defKeyRecord.ValueId = valueId;
3 references to ValueId
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
1283stringKeyRecord.ValueId);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
1830stringKeyRecord.ValueId);
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
1715bamlBinaryWriter.Write(ValueId);