4 writes to Name
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
1142
bamlRecord.
Name
= MapTable.GetStringFromStringId(bamlRecord.NameId);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
3651
bamlPresentationOptionsAttributeRecord.
Name
= MapTable.GetStringFromStringId(
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
1995
Name
= null;
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
673
attributeRecord.
Name
= xamlPresentationOptionsNode.Name;
4 references to Name
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
1150
info.Name = bamlRecord.
Name
;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
3654
if (bamlPresentationOptionsAttributeRecord.
Name
== XamlReaderHelper.PresentationOptionsFreeze)
3669
ThrowException(SRID.ParserUnknownPresentationOptionsAttribute, bamlPresentationOptionsAttributeRecord.
Name
);
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2051
RecordType, NameId,
Name
);