1 write to _items
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
118_items = new ItemCollection(this);
13 references to _items
PresentationFramework (13)
src\Framework\System\Windows\Controls\ItemsControl.cs (13)
123((INotifyCollectionChanged)_items).CollectionChanged += new NotifyCollectionChangedEventHandler(OnItemCollectionChanged1); 132((INotifyCollectionChanged)_items).CollectionChanged += new NotifyCollectionChangedEventHandler(OnItemCollectionChanged2); 136_items.BeginInit(); 140_items.BeginInit(); 141_items.EndInit(); 161if (_items == null) 166return _items; 305SetValue(HasItemsPropertyKey, (_items != null) && !_items.IsEmpty); 1531if (_items != null) 1533_items.BeginInit(); 1544if (_items != null) 1546_items.EndInit();