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();
160
if (
_items
== null)
165
return
_items
;
303
SetValue(HasItemsPropertyKey, (
_items
!= null) && !
_items
.IsEmpty);
1528
if (
_items
!= null)
1530
_items
.BeginInit();
1541
if (
_items
!= null)
1543
_items
.EndInit();