14 references to GetStringFromStringId
PresentationFramework (14)
System\Windows\Markup\BamlReader.cs (8)
873
string value = MapTable.
GetStringFromStringId
(((BamlPropertyStringReferenceRecord)_currentBamlRecord).StringId);
1097
bamlRecord.Name = MapTable.
GetStringFromStringId
(bamlRecord.NameId);
1126
bamlRecord.Name = MapTable.
GetStringFromStringId
(bamlRecord.NameId);
1270
stringKeyRecord.Value = MapTable.
GetStringFromStringId
(
1522
textWithIdRecord.Value = MapTable.
GetStringFromStringId
(
1635
string value = MapTable.
GetStringFromStringId
(((BamlPropertyStringReferenceRecord)_currentBamlRecord).StringId);
2194
textWithIdRecord.Value = MapTable.
GetStringFromStringId
(
2541
valueString = MapTable.
GetStringFromStringId
(memberId);
System\Windows\Markup\BamlRecordReader.cs (6)
1780
stringKeyRecord.Value = MapTable.
GetStringFromStringId
(
2326
valueObject = MapTable.
GetStringFromStringId
(memberId);
3270
bamlDefAttributeRecord.Name = MapTable.
GetStringFromStringId
(
3404
bamlTextWithId.Value = MapTable.
GetStringFromStringId
(
3598
bamlPresentationOptionsAttributeRecord.Name = MapTable.
GetStringFromStringId
(
5037
propertyValue = MapTable.
GetStringFromStringId
(id);