14 references to GetStringFromStringId
PresentationFramework (14)
src\Framework\System\Windows\Markup\BamlReader.cs (8)
891
string value = MapTable.
GetStringFromStringId
(((BamlPropertyStringReferenceRecord)_currentBamlRecord).StringId);
1115
bamlRecord.Name = MapTable.
GetStringFromStringId
(bamlRecord.NameId);
1142
bamlRecord.Name = MapTable.
GetStringFromStringId
(bamlRecord.NameId);
1282
stringKeyRecord.Value = MapTable.
GetStringFromStringId
(
1528
textWithIdRecord.Value = MapTable.
GetStringFromStringId
(
1641
string value = MapTable.
GetStringFromStringId
(((BamlPropertyStringReferenceRecord)_currentBamlRecord).StringId);
2208
textWithIdRecord.Value = MapTable.
GetStringFromStringId
(
2552
valueString = MapTable.
GetStringFromStringId
(memberId);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (6)
1829
stringKeyRecord.Value = MapTable.
GetStringFromStringId
(
2375
valueObject = MapTable.
GetStringFromStringId
(memberId);
3322
bamlDefAttributeRecord.Name = MapTable.
GetStringFromStringId
(
3457
bamlTextWithId.Value = MapTable.
GetStringFromStringId
(
3651
bamlPresentationOptionsAttributeRecord.Name = MapTable.
GetStringFromStringId
(
5112
propertyValue = MapTable.
GetStringFromStringId
(id);