1 write to Item
PresentationFramework (1)
MS\Internal\Data\LiveShapingList.cs (1)
372lsi.Item = item;
20 references to Item
PresentationFramework (20)
MS\Internal\Data\CollectionViewGroupRoot.cs (4)
247object name = GetGroupName(lsi.Item, node.Group.GroupBy, level); 280AddToSubgroup(lsi.Item, lsi, node.Group, level, name, false); 287AddToSubgroup(lsi.Item, lsi, node.Group, level, o, false); 396RemoveFromGroupDirectly(agi.Group, agi.Item.Item);
MS\Internal\Data\LiveShapingItem.cs (2)
138INotifyPropertyChanged inpc = Item as INotifyPropertyChanged; 157return Item;
MS\Internal\Data\LiveShapingList.cs (9)
252if (x == y || System.Windows.Controls.ItemsControl.EqualsEx(x.Item, y.Item)) 282result = _comparer.Compare(x.Item, y.Item); 313InitializeItem(lsi, lsi.Item, true, false); 326if (System.Windows.Controls.ItemsControl.EqualsEx(item, lsi.Item)) 529if (System.Windows.Controls.ItemsControl.EqualsEx(value, x.Item)) 573return _root[index].Item; 771get { return _ie.Current.Item; }
MS\Internal\Data\LiveShapingTree.cs (2)
71lsi.Item, oldIndex, newIndex), 102if (System.Windows.Controls.ItemsControl.EqualsEx(finger.Item.Item, item))
System\Windows\Data\ListCollectionView.cs (3)
3138lsi.Item, oldIndex, newIndex), 3164object item = lsi.Item; 3282return (lsi == null) ? o : lsi.Item;