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