24 references to Host
PresentationFramework (24)
System\Windows\Controls\ItemContainerGenerator.cs (24)
55: this(parent, parent.Host, groupItem, parent.Level + 1) 107DependencyObject d = Host as DependencyObject; 111label = Host.GetHashCode().ToString(CultureInfo.InvariantCulture); 113string.Create(CultureInfo.InvariantCulture, $"ItemContainerGenerator for {Host.GetType().Name} {label} - {_itemsGenerated} items")); 256Host.PrepareItemContainer(container, item); 573if (!Host.IsHostForItemContainer(container)) 894object target = (Parent == null) && (0 <= index && index < Host.View.Count) ? Host.View[index] : null; 1140Host.View.GetCollectionChangedSources(level+1, format, sources); 1261if (_items != Host.View && incc != null) 1270if (_items != Host.View && incc != null) 1401if (_factory._recyclableContainers.Count > 0 && !_factory.Host.IsItemItsOwnContainer(item) && !isNewItemPlaceHolderWhenGrouping) 1411container = _factory.Host.GetContainerForItem(item); 1617get { return (ItemsInternal != Host.View); } 1945groupStyle = Host.GetGroupStyle(null, 0); 1949items = Host.View; 1953CollectionView cv = Host.View.CollectionView; 1957items = Host.View; 1987groupStyle = Host.GetGroupStyle(group, Level); 1996items = Host.View; 2003if ((Level == 0) && (Host != null)) 2006Host.SetIsGrouping(IsGrouping); 2026alternationCount = Host.AlternationCount; 2031alternationCount = Host.AlternationCount;