1 write to _items
PresentationFramework (1)
System\Windows\Controls\ItemsControl.cs (1)
107
_items
= new ItemCollection(this);
11 references to _items
PresentationFramework (11)
System\Windows\Controls\ItemsControl.cs (11)
112
((INotifyCollectionChanged)
_items
).CollectionChanged += new NotifyCollectionChangedEventHandler(OnItemCollectionChanged1);
121
((INotifyCollectionChanged)
_items
).CollectionChanged += new NotifyCollectionChangedEventHandler(OnItemCollectionChanged2);
125
_items
.BeginInit();
129
_items
.BeginInit();
130
_items
.EndInit();
150
if (
_items
== null)
155
return
_items
;
293
SetValue(HasItemsPropertyKey, (
_items
!= null) && !
_items
.IsEmpty);
1500
_items
?.BeginInit();
1510
_items
?.EndInit();