2 writes to Value
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlMapTable.cs (1)
1485
stringInfo.
Value
= stringValue;
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
5232
Value
= bamlBinaryReader.ReadString();
4 references to Value
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlMapTable.cs (3)
637
return infoRecord.
Value
;
1673
record.
Value
==
1674
((BamlStringInfoRecord)StringIdMap[record.StringId]).
Value
);
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
5241
bamlBinaryWriter.Write(
Value
);