1 write to ItemsInternal
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
2004
ItemsInternal
= items;
24 references to ItemsInternal
PresentationFramework (24)
System\Windows\Controls\ItemContainerGenerator.cs (17)
467
uib.ItemCount =
ItemsInternal
.Count;
529
return
ItemsInternal
.Count + position.Offset;
903
for (index=0, n=
ItemsInternal
.Count; index < n; ++index)
905
CollectionViewGroup group =
ItemsInternal
[index] as CollectionViewGroup;
1331
_done = (_factory.
ItemsInternal
.Count == 0);
1371
IList items = _factory.
ItemsInternal
;
1620
get { return (
ItemsInternal
!= Host.View); }
1689
state.ItemIndex = state.Count =
ItemsInternal
.Count;
2073
GeneratorPosition position = PositionFromIndex(
ItemsInternal
.IndexOf(group));
2083
GeneratorPosition position = PositionFromIndex(
ItemsInternal
.IndexOf(group));
2212
ItemsInternal
[correctIndex - 1]),
2226
ItemsInternal
[correctIndex + block.ItemCount - deletionOffset]);
2235
(
ItemsInternal
.Count == correctIndex + block.ItemCount - deletionOffset);
2375
Debug.Assert(ItemsControl.EqualsEx(item,
ItemsInternal
[index]), "Event contains the wrong index");
2379
index =
ItemsInternal
.IndexOf(item);
2391
if (sender !=
ItemsInternal
&& args.Action != NotifyCollectionChangedAction.Reset)
2575
if (Level > 0 &&
ItemsInternal
.Count == 0)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
1636
IList items = generator.
ItemsInternal
;
2238
IList items = ((ItemContainerGenerator)generator).
ItemsInternal
;
3359
IList items = ((ItemContainerGenerator)generator).
ItemsInternal
;
3807
IList items = ((ItemContainerGenerator)generator).
ItemsInternal
;
9556
return((ItemContainerGenerator)Generator).
ItemsInternal
.Count;
11012
IList items = generator.
ItemsInternal
;
11110
items = ((ItemContainerGenerator)itemsHost.Generator).
ItemsInternal
;