4 references to _arrayList
System.Xaml (4)
System\Windows\Markup\ArrayExtension.cs (4)
45_arrayList.AddRange(elements); 54public void AddChild(object value) => _arrayList.Add(value); 73public IList Items => _arrayList; 89return _arrayList.ToArray(Type);