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
(
1521
textWithIdRecord.Value = MapTable.
GetStringFromStringId
(
1634
string value = MapTable.
GetStringFromStringId
(((BamlPropertyStringReferenceRecord)_currentBamlRecord).StringId);
2193
textWithIdRecord.Value = MapTable.
GetStringFromStringId
(
2540
valueString = MapTable.
GetStringFromStringId
(memberId);
System\Windows\Markup\BamlRecordReader.cs (6)
1779
stringKeyRecord.Value = MapTable.
GetStringFromStringId
(
2325
valueObject = MapTable.
GetStringFromStringId
(memberId);
3269
bamlDefAttributeRecord.Name = MapTable.
GetStringFromStringId
(
3403
bamlTextWithId.Value = MapTable.
GetStringFromStringId
(
3597
bamlPresentationOptionsAttributeRecord.Name = MapTable.
GetStringFromStringId
(
5036
propertyValue = MapTable.
GetStringFromStringId
(id);