2 writes to _nextRecord
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
889
set {
_nextRecord
= value ; }
944
record.
_nextRecord
= _nextRecord;
2 references to _nextRecord
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
888
get { return
_nextRecord
; }
944
record._nextRecord =
_nextRecord
;