2 writes to _attributeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
2449
newRecord.
_attributeId
= _attributeId;
2468
set {
_attributeId
= value; }
3 references to _attributeId
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
2449
newRecord._attributeId =
_attributeId
;
2467
get { return
_attributeId
; }
2533
RecordType,
_attributeId
, _extensionTypeId, _valueId);