1 write to _items
PresentationFramework (1)
System\Windows\Controls\ItemsControl.cs (1)
117_items = new ItemCollection(this);
13 references to _items
PresentationFramework (13)
System\Windows\Controls\ItemsControl.cs (13)
122((INotifyCollectionChanged)_items).CollectionChanged += new NotifyCollectionChangedEventHandler(OnItemCollectionChanged1); 131((INotifyCollectionChanged)_items).CollectionChanged += new NotifyCollectionChangedEventHandler(OnItemCollectionChanged2); 135_items.BeginInit(); 139_items.BeginInit(); 140_items.EndInit(); 160if (_items == null) 165return _items; 303SetValue(HasItemsPropertyKey, (_items != null) && !_items.IsEmpty); 1528if (_items != null) 1530_items.BeginInit(); 1541if (_items != null) 1543_items.EndInit();