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