src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (22)
63: this(parent, parent.Host, groupItem, parent.Level + 1)
115DependencyObject d = Host as DependencyObject;
119label = Host.GetHashCode().ToString(CultureInfo.InvariantCulture);
121String.Format(CultureInfo.InvariantCulture, "ItemContainerGenerator for {0} {1} - {2} items", Host.GetType().Name, label, _itemsGenerated));
264Host.PrepareItemContainer(container, item);
583if (!Host.IsHostForItemContainer(container))
1154Host.View.GetCollectionChangedSources(level+1, format, sources);
1278if (_items != Host.View && incc != null)
1287if (_items != Host.View && incc != null)
1418if (_factory._recyclableContainers.Count > 0 && !_factory.Host.IsItemItsOwnContainer(item) && !isNewItemPlaceHolderWhenGrouping)
1428container = _factory.Host.GetContainerForItem(item);
1634get { return (ItemsInternal != Host.View); }
1962groupStyle = Host.GetGroupStyle(null, 0);
1966items = Host.View;
1970CollectionView cv = Host.View.CollectionView;
1974items = Host.View;
2004groupStyle = Host.GetGroupStyle(group, Level);
2013items = Host.View;
2020if ((Level == 0) && (Host != null))
2023Host.SetIsGrouping(IsGrouping);
2043alternationCount = Host.AlternationCount;
2048alternationCount = Host.AlternationCount;