3 writes to _name
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
4603newRecord._name = _name; 4637set { _name = value; } 4826_name = _dp.Name;
3 references to _name
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
4603newRecord._name = _name; 4636get { return _name; } 4928$"{RecordType} owner={GetTypeName(OwnerTypeId)} attr({AttributeId}) is '{_name}'");