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