1 write to Item
PresentationFramework (1)
MS\Internal\Data\LiveShapingList.cs (1)
368lsi.Item = item;
20 references to Item
PresentationFramework (20)
MS\Internal\Data\CollectionViewGroupRoot.cs (4)
244object name = GetGroupName(lsi.Item, node.Group.GroupBy, level); 277AddToSubgroup(lsi.Item, lsi, node.Group, level, name, false); 284AddToSubgroup(lsi.Item, lsi, node.Group, level, o, false); 393RemoveFromGroupDirectly(agi.Group, agi.Item.Item);
MS\Internal\Data\LiveShapingItem.cs (2)
137INotifyPropertyChanged inpc = Item as INotifyPropertyChanged; 156return Item;
MS\Internal\Data\LiveShapingList.cs (9)
248if (x == y || System.Windows.Controls.ItemsControl.EqualsEx(x.Item, y.Item)) 278result = _comparer.Compare(x.Item, y.Item); 309InitializeItem(lsi, lsi.Item, true, false); 322if (System.Windows.Controls.ItemsControl.EqualsEx(item, lsi.Item)) 525if (System.Windows.Controls.ItemsControl.EqualsEx(value, x.Item)) 569return _root[index].Item; 767get { 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)
3132lsi.Item, oldIndex, newIndex), 3158object item = lsi.Item; 3276return (lsi == null) ? o : lsi.Item;