1 write to _items
PresentationFramework (1)
System\Windows\Controls\ItemsControl.cs (1)
108_items = new ItemCollection(this);
13 references to _items
PresentationFramework (13)
System\Windows\Controls\ItemsControl.cs (13)
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); 1519if (_items != null) 1521_items.BeginInit(); 1532if (_items != null) 1534_items.EndInit();