1 write to ItemsInternal
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
2001
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;
1328
_done = (_factory.
ItemsInternal
.Count == 0);
1368
IList items = _factory.
ItemsInternal
;
1617
get { return (
ItemsInternal
!= Host.View); }
1686
state.ItemIndex = state.Count =
ItemsInternal
.Count;
2070
GeneratorPosition position = PositionFromIndex(
ItemsInternal
.IndexOf(group));
2080
GeneratorPosition position = PositionFromIndex(
ItemsInternal
.IndexOf(group));
2209
ItemsInternal
[correctIndex - 1]),
2223
ItemsInternal
[correctIndex + block.ItemCount - deletionOffset]);
2232
(
ItemsInternal
.Count == correctIndex + block.ItemCount - deletionOffset);
2372
Debug.Assert(ItemsControl.EqualsEx(item,
ItemsInternal
[index]), "Event contains the wrong index");
2376
index =
ItemsInternal
.IndexOf(item);
2388
if (sender !=
ItemsInternal
&& args.Action != NotifyCollectionChangedAction.Reset)
2574
if (Level > 0 &&
ItemsInternal
.Count == 0)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
1629
IList items = generator.
ItemsInternal
;
2227
IList items = ((ItemContainerGenerator)generator).
ItemsInternal
;
3345
IList items = ((ItemContainerGenerator)generator).
ItemsInternal
;
3793
IList items = ((ItemContainerGenerator)generator).
ItemsInternal
;
9537
return((ItemContainerGenerator)Generator).
ItemsInternal
.Count;
10990
IList items = generator.
ItemsInternal
;
11088
items = ((ItemContainerGenerator)itemsHost.Generator).
ItemsInternal
;