2 writes to ValueId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
3864ValueId = bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
1412((BamlTextWithIdRecord)bamlText).ValueId = valueId;
4 references to ValueId
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (2)
1522textWithIdRecord.ValueId); 2194textWithIdRecord.ValueId);
System\Windows\Markup\BamlRecordReader.cs (1)
3404bamlTextWithId.ValueId);
System\Windows\Markup\BamlRecords.cs (1)
3870bamlBinaryWriter.Write(ValueId);