2 writes to _attributeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
2370
newRecord.
_attributeId
= _attributeId;
2389
set {
_attributeId
= value; }
3 references to _attributeId
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
2370
newRecord._attributeId =
_attributeId
;
2388
get { return
_attributeId
; }
2453
$"{RecordType} attr({
_attributeId
}) extn({_extensionTypeId}) valueId({_valueId})");