14 references to GetStringFromStringId
PresentationFramework (14)
System\Windows\Markup\BamlReader.cs (8)
869
string value = MapTable.
GetStringFromStringId
(((BamlPropertyStringReferenceRecord)_currentBamlRecord).StringId);
1093
bamlRecord.Name = MapTable.
GetStringFromStringId
(bamlRecord.NameId);
1120
bamlRecord.Name = MapTable.
GetStringFromStringId
(bamlRecord.NameId);
1260
stringKeyRecord.Value = MapTable.
GetStringFromStringId
(
1506
textWithIdRecord.Value = MapTable.
GetStringFromStringId
(
1619
string value = MapTable.
GetStringFromStringId
(((BamlPropertyStringReferenceRecord)_currentBamlRecord).StringId);
2175
textWithIdRecord.Value = MapTable.
GetStringFromStringId
(
2518
valueString = MapTable.
GetStringFromStringId
(memberId);
System\Windows\Markup\BamlRecordReader.cs (6)
1789
stringKeyRecord.Value = MapTable.
GetStringFromStringId
(
2335
valueObject = MapTable.
GetStringFromStringId
(memberId);
3278
bamlDefAttributeRecord.Name = MapTable.
GetStringFromStringId
(
3412
bamlTextWithId.Value = MapTable.
GetStringFromStringId
(
3606
bamlPresentationOptionsAttributeRecord.Name = MapTable.
GetStringFromStringId
(
5049
propertyValue = MapTable.
GetStringFromStringId
(id);