1 write to StringId
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
2079StringId = bamlBinaryReader.ReadInt16();
4 references to StringId
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (2)
873string value = MapTable.GetStringFromStringId(((BamlPropertyStringReferenceRecord)_currentBamlRecord).StringId); 1635string value = MapTable.GetStringFromStringId(((BamlPropertyStringReferenceRecord)_currentBamlRecord).StringId);
System\Windows\Markup\BamlRecordReader.cs (1)
2306string attribValue = GetPropertyValueFromStringId(bamlPropertyRecord.StringId);
System\Windows\Markup\BamlRecords.cs (1)
2086bamlBinaryWriter.Write(StringId);