1 write to _items
PresentationFramework (1)
System\Windows\Controls\ItemsControl.cs (1)
108_items = new ItemCollection(this);
11 references to _items
PresentationFramework (11)
System\Windows\Controls\ItemsControl.cs (11)
113((INotifyCollectionChanged)_items).CollectionChanged += new NotifyCollectionChangedEventHandler(OnItemCollectionChanged1); 122((INotifyCollectionChanged)_items).CollectionChanged += new NotifyCollectionChangedEventHandler(OnItemCollectionChanged2); 126_items.BeginInit(); 130_items.BeginInit(); 131_items.EndInit(); 151if (_items == null) 156return _items; 294SetValue(HasItemsPropertyKey, (_items != null) && !_items.IsEmpty); 1501_items?.BeginInit(); 1511_items?.EndInit();