14 references to GetStringFromStringId
PresentationFramework (14)
System\Windows\Markup\BamlReader.cs (8)
879
string value = MapTable.
GetStringFromStringId
(((BamlPropertyStringReferenceRecord)_currentBamlRecord).StringId);
1103
bamlRecord.Name = MapTable.
GetStringFromStringId
(bamlRecord.NameId);
1130
bamlRecord.Name = MapTable.
GetStringFromStringId
(bamlRecord.NameId);
1270
stringKeyRecord.Value = MapTable.
GetStringFromStringId
(
1516
textWithIdRecord.Value = MapTable.
GetStringFromStringId
(
1629
string value = MapTable.
GetStringFromStringId
(((BamlPropertyStringReferenceRecord)_currentBamlRecord).StringId);
2185
textWithIdRecord.Value = MapTable.
GetStringFromStringId
(
2528
valueString = MapTable.
GetStringFromStringId
(memberId);
System\Windows\Markup\BamlRecordReader.cs (6)
1798
stringKeyRecord.Value = MapTable.
GetStringFromStringId
(
2344
valueObject = MapTable.
GetStringFromStringId
(memberId);
3287
bamlDefAttributeRecord.Name = MapTable.
GetStringFromStringId
(
3421
bamlTextWithId.Value = MapTable.
GetStringFromStringId
(
3615
bamlPresentationOptionsAttributeRecord.Name = MapTable.
GetStringFromStringId
(
5058
propertyValue = MapTable.
GetStringFromStringId
(id);