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