3 writes to _name
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
4610newRecord._name = _name; 4644set { _name = value; } 4834_name = _dp.Name;
3 references to _name
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
4610newRecord._name = _name; 4643get { return _name; } 4936$"{RecordType} owner={GetTypeName(OwnerTypeId)} attr({AttributeId}) is '{_name}'");