4 writes to Name
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (1)
1125bamlRecord.Name = MapTable.GetStringFromStringId(bamlRecord.NameId);
System\Windows\Markup\BamlRecordReader.cs (1)
3597bamlPresentationOptionsAttributeRecord.Name = MapTable.GetStringFromStringId(
System\Windows\Markup\BamlRecords.cs (1)
1935Name = null;
System\Windows\Markup\BamlRecordWriter.cs (1)
658attributeRecord.Name = xamlPresentationOptionsNode.Name;
4 references to Name
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (1)
1134Name = bamlRecord.Name
System\Windows\Markup\BamlRecordReader.cs (2)
3600if (bamlPresentationOptionsAttributeRecord.Name == XamlReaderHelper.PresentationOptionsFreeze) 3615ThrowException(nameof(SR.ParserUnknownPresentationOptionsAttribute), bamlPresentationOptionsAttributeRecord.Name);
System\Windows\Markup\BamlRecords.cs (1)
1989return string.Create(CultureInfo.InvariantCulture, $"{RecordType} nameId({NameId}) is '{Name}'");