2 writes to _attributeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
2039
newRecord.
_attributeId
= _attributeId;
2055
set {
_attributeId
= value; }
3 references to _attributeId
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
2039
newRecord._attributeId =
_attributeId
;
2054
get { return
_attributeId
; }
2069
return string.Create(CultureInfo.InvariantCulture, $"{RecordType} attr({
_attributeId
})");