3 writes to _rootList
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (3)
126
_rootList
= new ArrayList(1);
145
_rootList
= new ArrayList(1);
182
set {
_rootList
= value; }
1 reference to _rootList
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
181
get { return
_rootList
; }