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