24 references to Host
PresentationFramework (24)
System\Windows\Controls\ItemContainerGenerator.cs (24)
54: this(parent, parent.Host, groupItem, parent.Level + 1) 106DependencyObject d = Host as DependencyObject; 110label = Host.GetHashCode().ToString(CultureInfo.InvariantCulture); 112string.Create(CultureInfo.InvariantCulture, $"ItemContainerGenerator for {Host.GetType().Name} {label} - {_itemsGenerated} items")); 255Host.PrepareItemContainer(container, item); 572if (!Host.IsHostForItemContainer(container)) 893object target = (Parent == null) && (0 <= index && index < Host.View.Count) ? Host.View[index] : null; 1139Host.View.GetCollectionChangedSources(level+1, format, sources); 1260if (_items != Host.View && incc != null) 1269if (_items != Host.View && incc != null) 1400if (_factory._recyclableContainers.Count > 0 && !_factory.Host.IsItemItsOwnContainer(item) && !isNewItemPlaceHolderWhenGrouping) 1410container = _factory.Host.GetContainerForItem(item); 1616get { return (ItemsInternal != Host.View); } 1944groupStyle = Host.GetGroupStyle(null, 0); 1948items = Host.View; 1952CollectionView cv = Host.View.CollectionView; 1956items = Host.View; 1986groupStyle = Host.GetGroupStyle(group, Level); 1995items = Host.View; 2002if ((Level == 0) && (Host != null)) 2005Host.SetIsGrouping(IsGrouping); 2025alternationCount = Host.AlternationCount; 2030alternationCount = Host.AlternationCount;