24 references to Host
PresentationFramework (24)
System\Windows\Controls\ItemContainerGenerator.cs (24)
55
: this(parent, parent.
Host
, groupItem, parent.Level + 1)
107
DependencyObject d =
Host
as DependencyObject;
111
label =
Host
.GetHashCode().ToString(CultureInfo.InvariantCulture);
113
string.Create(CultureInfo.InvariantCulture, $"ItemContainerGenerator for {
Host
.GetType().Name} {label} - {_itemsGenerated} items"));
256
Host
.PrepareItemContainer(container, item);
573
if (!
Host
.IsHostForItemContainer(container))
894
object target = (Parent == null) && (0 <= index && index <
Host
.View.Count) ?
Host
.View[index] : null;
1140
Host
.View.GetCollectionChangedSources(level+1, format, sources);
1264
if (_items !=
Host
.View && incc != null)
1273
if (_items !=
Host
.View && incc != null)
1404
if (_factory._recyclableContainers.Count > 0 && !_factory.
Host
.IsItemItsOwnContainer(item) && !isNewItemPlaceHolderWhenGrouping)
1414
container = _factory.
Host
.GetContainerForItem(item);
1620
get { return (ItemsInternal !=
Host
.View); }
1948
groupStyle =
Host
.GetGroupStyle(null, 0);
1952
items =
Host
.View;
1956
CollectionView cv =
Host
.View.CollectionView;
1960
items =
Host
.View;
1990
groupStyle =
Host
.GetGroupStyle(group, Level);
1999
items =
Host
.View;
2006
if ((Level == 0) && (
Host
!= null))
2009
Host
.SetIsGrouping(IsGrouping);
2029
alternationCount =
Host
.AlternationCount;
2034
alternationCount =
Host
.AlternationCount;