4 writes to Name
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (1)
1126
bamlRecord.
Name
= MapTable.GetStringFromStringId(bamlRecord.NameId);
System\Windows\Markup\BamlRecordReader.cs (1)
3598
bamlPresentationOptionsAttributeRecord.
Name
= MapTable.GetStringFromStringId(
System\Windows\Markup\BamlRecords.cs (1)
1936
Name
= null;
System\Windows\Markup\BamlRecordWriter.cs (1)
659
attributeRecord.
Name
= xamlPresentationOptionsNode.Name;
4 references to Name
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (1)
1135
Name = bamlRecord.
Name
System\Windows\Markup\BamlRecordReader.cs (2)
3601
if (bamlPresentationOptionsAttributeRecord.
Name
== XamlReaderHelper.PresentationOptionsFreeze)
3616
ThrowException(nameof(SR.ParserUnknownPresentationOptionsAttribute), bamlPresentationOptionsAttributeRecord.
Name
);
System\Windows\Markup\BamlRecords.cs (1)
1990
return string.Create(CultureInfo.InvariantCulture, $"{RecordType} nameId({NameId}) is '{
Name
}'");