1 write to StringId
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
2085StringId = bamlBinaryReader.ReadInt16();
4 references to StringId
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (2)
869string value = MapTable.GetStringFromStringId(((BamlPropertyStringReferenceRecord)_currentBamlRecord).StringId); 1619string value = MapTable.GetStringFromStringId(((BamlPropertyStringReferenceRecord)_currentBamlRecord).StringId);
System\Windows\Markup\BamlRecordReader.cs (1)
2315string attribValue = GetPropertyValueFromStringId(bamlPropertyRecord.StringId);
System\Windows\Markup\BamlRecords.cs (1)
2092bamlBinaryWriter.Write(StringId);