2 writes to _attributeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
3090
newRecord.
_attributeId
= _attributeId;
3107
set {
_attributeId
= value; }
2 references to _attributeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
3090
newRecord._attributeId =
_attributeId
;
3105
get { return
_attributeId
; }