1 write to _items
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
1283
_items
= value;
12 references to _items
PresentationFramework (12)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (12)
153
if (_itemsReadOnly == null &&
_items
!= null)
155
_itemsReadOnly = new ReadOnlyCollection<object>(new ListOfObject(
_items
));
1024
if (accumulatedCount !=
_items
.Count)
1026
errors.Add(SR.Get(SRID.Generator_CountIsWrong, accumulatedCount,
_items
.Count));
1041
object actualItem = (index <
_items
.Count) ?
_items
[index] : null;
1272
get { return
_items
; }
1275
if (
_items
!= value)
1277
INotifyCollectionChanged incc =
_items
as INotifyCollectionChanged;
1278
if (
_items
!= Host.View && incc != null)
1286
incc =
_items
as INotifyCollectionChanged;
1287
if (
_items
!= Host.View && incc != null)