1 write to StringId
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
2091StringId = bamlBinaryReader.ReadInt16();
4 references to StringId
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (2)
879string value = MapTable.GetStringFromStringId(((BamlPropertyStringReferenceRecord)_currentBamlRecord).StringId); 1629string value = MapTable.GetStringFromStringId(((BamlPropertyStringReferenceRecord)_currentBamlRecord).StringId);
System\Windows\Markup\BamlRecordReader.cs (1)
2324string attribValue = GetPropertyValueFromStringId(bamlPropertyRecord.StringId);
System\Windows\Markup\BamlRecords.cs (1)
2098bamlBinaryWriter.Write(StringId);