1 write to Item
PresentationFramework (1)
MS\Internal\Data\LiveShapingList.cs (1)
367lsi.Item = item;
20 references to Item
PresentationFramework (20)
MS\Internal\Data\CollectionViewGroupRoot.cs (4)
243object name = GetGroupName(lsi.Item, node.Group.GroupBy, level); 276AddToSubgroup(lsi.Item, lsi, node.Group, level, name, false); 283AddToSubgroup(lsi.Item, lsi, node.Group, level, o, false); 392RemoveFromGroupDirectly(agi.Group, agi.Item.Item);
MS\Internal\Data\LiveShapingItem.cs (2)
137INotifyPropertyChanged inpc = Item as INotifyPropertyChanged; 156return Item;
MS\Internal\Data\LiveShapingList.cs (9)
247if (x == y || System.Windows.Controls.ItemsControl.EqualsEx(x.Item, y.Item)) 277result = _comparer.Compare(x.Item, y.Item); 308InitializeItem(lsi, lsi.Item, true, false); 321if (System.Windows.Controls.ItemsControl.EqualsEx(item, lsi.Item)) 523if (System.Windows.Controls.ItemsControl.EqualsEx(value, x.Item)) 567return _root[index].Item; 765get { return _ie.Current.Item; }
MS\Internal\Data\LiveShapingTree.cs (2)
70lsi.Item, oldIndex, newIndex), 101if (System.Windows.Controls.ItemsControl.EqualsEx(finger.Item.Item, item))
System\Windows\Data\ListCollectionView.cs (3)
3113lsi.Item, oldIndex, newIndex), 3139object item = lsi.Item; 3257return (lsi == null) ? o : lsi.Item;