1 write to ItemsInternal
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
2000
ItemsInternal
= items;
24 references to ItemsInternal
PresentationFramework (24)
System\Windows\Controls\ItemContainerGenerator.cs (17)
466
uib.ItemCount =
ItemsInternal
.Count;
528
return
ItemsInternal
.Count + position.Offset;
902
for (index=0, n=
ItemsInternal
.Count; index < n; ++index)
904
CollectionViewGroup group =
ItemsInternal
[index] as CollectionViewGroup;
1327
_done = (_factory.
ItemsInternal
.Count == 0);
1367
IList items = _factory.
ItemsInternal
;
1616
get { return (
ItemsInternal
!= Host.View); }
1685
state.ItemIndex = state.Count =
ItemsInternal
.Count;
2069
GeneratorPosition position = PositionFromIndex(
ItemsInternal
.IndexOf(group));
2079
GeneratorPosition position = PositionFromIndex(
ItemsInternal
.IndexOf(group));
2206
ItemsInternal
[correctIndex - 1]),
2220
ItemsInternal
[correctIndex + block.ItemCount - deletionOffset]);
2229
(
ItemsInternal
.Count == correctIndex + block.ItemCount - deletionOffset);
2369
Debug.Assert(ItemsControl.EqualsEx(item,
ItemsInternal
[index]), "Event contains the wrong index");
2373
index =
ItemsInternal
.IndexOf(item);
2385
if (sender !=
ItemsInternal
&& args.Action != NotifyCollectionChangedAction.Reset)
2571
if (Level > 0 &&
ItemsInternal
.Count == 0)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
1628
IList items = generator.
ItemsInternal
;
2226
IList items = ((ItemContainerGenerator)generator).
ItemsInternal
;
3344
IList items = ((ItemContainerGenerator)generator).
ItemsInternal
;
3792
IList items = ((ItemContainerGenerator)generator).
ItemsInternal
;
9536
return((ItemContainerGenerator)Generator).
ItemsInternal
.Count;
10989
IList items = generator.
ItemsInternal
;
11087
items = ((ItemContainerGenerator)itemsHost.Generator).
ItemsInternal
;