2 writes to _attributeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4859newRecord._attributeId = _attributeId; 4887set { _attributeId = value; }
2 references to _attributeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4859newRecord._attributeId = _attributeId; 4888get { return _attributeId; }