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