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);
1261
if (_items !=
Host
.View && incc != null)
1270
if (_items !=
Host
.View && incc != null)
1401
if (_factory._recyclableContainers.Count > 0 && !_factory.
Host
.IsItemItsOwnContainer(item) && !isNewItemPlaceHolderWhenGrouping)
1411
container = _factory.
Host
.GetContainerForItem(item);
1617
get { return (ItemsInternal !=
Host
.View); }
1945
groupStyle =
Host
.GetGroupStyle(null, 0);
1949
items =
Host
.View;
1953
CollectionView cv =
Host
.View.CollectionView;
1957
items =
Host
.View;
1987
groupStyle =
Host
.GetGroupStyle(group, Level);
1996
items =
Host
.View;
2003
if ((Level == 0) && (
Host
!= null))
2006
Host
.SetIsGrouping(IsGrouping);
2026
alternationCount =
Host
.AlternationCount;
2031
alternationCount =
Host
.AlternationCount;