24 references to Host
PresentationFramework (24)
System\Windows\Controls\ItemContainerGenerator.cs (24)
61
: this(parent, parent.
Host
, groupItem, parent.Level + 1)
113
DependencyObject d =
Host
as DependencyObject;
117
label =
Host
.GetHashCode().ToString(CultureInfo.InvariantCulture);
119
string.Create(CultureInfo.InvariantCulture, $"ItemContainerGenerator for {
Host
.GetType().Name} {label} - {_itemsGenerated} items"));
262
Host
.PrepareItemContainer(container, item);
579
if (!
Host
.IsHostForItemContainer(container))
900
object target = (Parent == null) && (0 <= index && index <
Host
.View.Count) ?
Host
.View[index] : null;
1146
Host
.View.GetCollectionChangedSources(level+1, format, sources);
1270
if (_items !=
Host
.View && incc != null)
1279
if (_items !=
Host
.View && incc != null)
1410
if (_factory._recyclableContainers.Count > 0 && !_factory.
Host
.IsItemItsOwnContainer(item) && !isNewItemPlaceHolderWhenGrouping)
1420
container = _factory.
Host
.GetContainerForItem(item);
1626
get { return (ItemsInternal !=
Host
.View); }
1954
groupStyle =
Host
.GetGroupStyle(null, 0);
1958
items =
Host
.View;
1962
CollectionView cv =
Host
.View.CollectionView;
1966
items =
Host
.View;
1996
groupStyle =
Host
.GetGroupStyle(group, Level);
2005
items =
Host
.View;
2012
if ((Level == 0) && (
Host
!= null))
2015
Host
.SetIsGrouping(IsGrouping);
2035
alternationCount =
Host
.AlternationCount;
2040
alternationCount =
Host
.AlternationCount;