2 writes to NameId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
1994NameId = bamlBinaryReader.ReadInt16();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
674attributeRecord.NameId = stringId;
4 references to NameId
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
1142bamlRecord.Name = MapTable.GetStringFromStringId(bamlRecord.NameId);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
3652bamlPresentationOptionsAttributeRecord.NameId);
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
2003bamlBinaryWriter.Write(NameId); 2051RecordType, NameId, Name);