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();
151
if (
_items
== null)
156
return
_items
;
294
SetValue(HasItemsPropertyKey, (
_items
!= null) && !
_items
.IsEmpty);
1519
if (
_items
!= null)
1521
_items
.BeginInit();
1532
if (
_items
!= null)
1534
_items
.EndInit();