2 writes to ValueId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
4076ValueId = bamlBinaryReader.ReadInt16();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1427((BamlTextWithIdRecord)bamlText).ValueId = valueId;
4 references to ValueId
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
1529textWithIdRecord.ValueId); 2209textWithIdRecord.ValueId);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
3458bamlTextWithId.ValueId);
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
4082bamlBinaryWriter.Write(ValueId);