2 writes to _attributeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
2364
newRecord.
_attributeId
= _attributeId;
2380
set {
_attributeId
= value; }
3 references to _attributeId
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
2364
newRecord._attributeId =
_attributeId
;
2379
get { return
_attributeId
; }
2390
RecordType,
_attributeId
, Value);