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); 1264if (_items != Host.View && incc != null) 1273if (_items != Host.View && incc != null) 1404if (_factory._recyclableContainers.Count > 0 && !_factory.Host.IsItemItsOwnContainer(item) && !isNewItemPlaceHolderWhenGrouping) 1414container = _factory.Host.GetContainerForItem(item); 1620get { return (ItemsInternal != Host.View); } 1948groupStyle = Host.GetGroupStyle(null, 0); 1952items = Host.View; 1956CollectionView cv = Host.View.CollectionView; 1960items = Host.View; 1990groupStyle = Host.GetGroupStyle(group, Level); 1999items = Host.View; 2006if ((Level == 0) && (Host != null)) 2009Host.SetIsGrouping(IsGrouping); 2029alternationCount = Host.AlternationCount; 2034alternationCount = Host.AlternationCount;