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();
161
if (
_items
== null)
166
return
_items
;
305
SetValue(HasItemsPropertyKey, (
_items
!= null) && !
_items
.IsEmpty);
1531
if (
_items
!= null)
1533
_items
.BeginInit();
1544
if (
_items
!= null)
1546
_items
.EndInit();