5 references to RootList
PresentationFramework (5)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (5)
1091
if (
RootList
.Count == 0)
1093
RootList
.Add(element);
3472
RootList
.Add(bamlTextRecord.Value);
4670
if (
RootList
.Count == 0)
4672
RootList
.Add(currentObject);