4 references to _arrayList
System.Xaml (4)
System\Windows\Markup\ArrayExtension.cs (4)
46_arrayList.AddRange(elements); 55public void AddChild(object value) => _arrayList.Add(value); 74public IList Items => _arrayList; 90return _arrayList.ToArray(Type);