1 write to _items
PresentationFramework (1)
System\Windows\Controls\ItemsControl.cs (1)
107_items = new ItemCollection(this);
11 references to _items
PresentationFramework (11)
System\Windows\Controls\ItemsControl.cs (11)
112((INotifyCollectionChanged)_items).CollectionChanged += new NotifyCollectionChangedEventHandler(OnItemCollectionChanged1); 121((INotifyCollectionChanged)_items).CollectionChanged += new NotifyCollectionChangedEventHandler(OnItemCollectionChanged2); 125_items.BeginInit(); 129_items.BeginInit(); 130_items.EndInit(); 150if (_items == null) 155return _items; 293SetValue(HasItemsPropertyKey, (_items != null) && !_items.IsEmpty); 1500_items?.BeginInit(); 1510_items?.EndInit();