14 references to GetStringFromStringId
PresentationFramework (14)
System\Windows\Markup\BamlReader.cs (8)
872
string value = MapTable.
GetStringFromStringId
(((BamlPropertyStringReferenceRecord)_currentBamlRecord).StringId);
1096
bamlRecord.Name = MapTable.
GetStringFromStringId
(bamlRecord.NameId);
1125
bamlRecord.Name = MapTable.
GetStringFromStringId
(bamlRecord.NameId);
1269
stringKeyRecord.Value = MapTable.
GetStringFromStringId
(
1519
textWithIdRecord?.Value = MapTable.
GetStringFromStringId
(
1631
string value = MapTable.
GetStringFromStringId
(((BamlPropertyStringReferenceRecord)_currentBamlRecord).StringId);
2188
textWithIdRecord?.Value = MapTable.
GetStringFromStringId
(
2534
valueString = MapTable.
GetStringFromStringId
(memberId);
System\Windows\Markup\BamlRecordReader.cs (6)
1779
stringKeyRecord.Value = MapTable.
GetStringFromStringId
(
2325
valueObject = MapTable.
GetStringFromStringId
(memberId);
3266
bamlDefAttributeRecord.Name = MapTable.
GetStringFromStringId
(
3398
bamlTextWithId?.Value = MapTable.
GetStringFromStringId
(
3591
bamlPresentationOptionsAttributeRecord.Name = MapTable.
GetStringFromStringId
(
5030
propertyValue = MapTable.
GetStringFromStringId
(id);