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