2 writes to ValueId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
3871
ValueId
= bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
1415
((BamlTextWithIdRecord)bamlText).
ValueId
= valueId;
4 references to ValueId
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (2)
1507
textWithIdRecord.
ValueId
);
2176
textWithIdRecord.
ValueId
);
System\Windows\Markup\BamlRecordReader.cs (1)
3413
bamlTextWithId.
ValueId
);
System\Windows\Markup\BamlRecords.cs (1)
3877
bamlBinaryWriter.Write(
ValueId
);