3 writes to _name
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
4616newRecord._name = _name; 4650set { _name = value; } 4840_name = _dp.Name;
3 references to _name
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
4616newRecord._name = _name; 4649get { return _name; } 4942$"{RecordType} owner={GetTypeName(OwnerTypeId)} attr({AttributeId}) is '{_name}'");