1 write to StringId
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2151
StringId
= bamlBinaryReader.ReadInt16();
4 references to StringId
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
891
string value = MapTable.GetStringFromStringId(((BamlPropertyStringReferenceRecord)_currentBamlRecord).
StringId
);
1641
string value = MapTable.GetStringFromStringId(((BamlPropertyStringReferenceRecord)_currentBamlRecord).
StringId
);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
2355
string attribValue = GetPropertyValueFromStringId(bamlPropertyRecord.
StringId
);
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2158
bamlBinaryWriter.Write(
StringId
);