24 references to Host
PresentationFramework (24)
System\Windows\Controls\ItemContainerGenerator.cs (24)
61: this(parent, parent.Host, groupItem, parent.Level + 1) 113DependencyObject d = Host as DependencyObject; 117label = Host.GetHashCode().ToString(CultureInfo.InvariantCulture); 119string.Create(CultureInfo.InvariantCulture, $"ItemContainerGenerator for {Host.GetType().Name} {label} - {_itemsGenerated} items")); 262Host.PrepareItemContainer(container, item); 579if (!Host.IsHostForItemContainer(container)) 900object target = (Parent == null) && (0 <= index && index < Host.View.Count) ? Host.View[index] : null; 1146Host.View.GetCollectionChangedSources(level+1, format, sources); 1270if (_items != Host.View && incc != null) 1279if (_items != Host.View && incc != null) 1410if (_factory._recyclableContainers.Count > 0 && !_factory.Host.IsItemItsOwnContainer(item) && !isNewItemPlaceHolderWhenGrouping) 1420container = _factory.Host.GetContainerForItem(item); 1626get { return (ItemsInternal != Host.View); } 1954groupStyle = Host.GetGroupStyle(null, 0); 1958items = Host.View; 1962CollectionView cv = Host.View.CollectionView; 1966items = Host.View; 1996groupStyle = Host.GetGroupStyle(group, Level); 2005items = Host.View; 2012if ((Level == 0) && (Host != null)) 2015Host.SetIsGrouping(IsGrouping); 2035alternationCount = Host.AlternationCount; 2040alternationCount = Host.AlternationCount;