1 write to ItemsInternal
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
2010
ItemsInternal
= items;
24 references to ItemsInternal
PresentationFramework (24)
System\Windows\Controls\ItemContainerGenerator.cs (17)
473
uib.ItemCount =
ItemsInternal
.Count;
535
return
ItemsInternal
.Count + position.Offset;
909
for (index=0, n=
ItemsInternal
.Count; index < n; ++index)
911
CollectionViewGroup group =
ItemsInternal
[index] as CollectionViewGroup;
1337
_done = (_factory.
ItemsInternal
.Count == 0);
1377
IList items = _factory.
ItemsInternal
;
1626
get { return (
ItemsInternal
!= Host.View); }
1695
state.ItemIndex = state.Count =
ItemsInternal
.Count;
2079
GeneratorPosition position = PositionFromIndex(
ItemsInternal
.IndexOf(group));
2089
GeneratorPosition position = PositionFromIndex(
ItemsInternal
.IndexOf(group));
2218
ItemsInternal
[correctIndex - 1]),
2232
ItemsInternal
[correctIndex + block.ItemCount - deletionOffset]);
2241
(
ItemsInternal
.Count == correctIndex + block.ItemCount - deletionOffset);
2381
Debug.Assert(ItemsControl.EqualsEx(item,
ItemsInternal
[index]), "Event contains the wrong index");
2385
index =
ItemsInternal
.IndexOf(item);
2397
if (sender !=
ItemsInternal
&& args.Action != NotifyCollectionChangedAction.Reset)
2581
if (Level > 0 &&
ItemsInternal
.Count == 0)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
1641
IList items = generator.
ItemsInternal
;
2243
IList items = ((ItemContainerGenerator)generator).
ItemsInternal
;
3364
IList items = ((ItemContainerGenerator)generator).
ItemsInternal
;
3812
IList items = ((ItemContainerGenerator)generator).
ItemsInternal
;
9561
return((ItemContainerGenerator)Generator).
ItemsInternal
.Count;
11017
IList items = generator.
ItemsInternal
;
11115
items = ((ItemContainerGenerator)itemsHost.Generator).
ItemsInternal
;