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