1 write to Item
PresentationFramework (1)
src\Framework\MS\Internal\Data\LiveShapingList.cs (1)
375lsi.Item = item;
20 references to Item
PresentationFramework (20)
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (4)
252object name = GetGroupName(lsi.Item, node.Group.GroupBy, level); 285AddToSubgroup(lsi.Item, lsi, node.Group, level, name, false); 292AddToSubgroup(lsi.Item, lsi, node.Group, level, o, false); 401RemoveFromGroupDirectly(agi.Group, agi.Item.Item);
src\Framework\MS\Internal\Data\LiveShapingItem.cs (2)
141INotifyPropertyChanged inpc = Item as INotifyPropertyChanged; 160return Item;
src\Framework\MS\Internal\Data\LiveShapingList.cs (9)
255if (x == y || System.Windows.Controls.ItemsControl.EqualsEx(x.Item, y.Item)) 285result = _comparer.Compare(x.Item, y.Item); 316InitializeItem(lsi, lsi.Item, true, false); 329if (System.Windows.Controls.ItemsControl.EqualsEx(item, lsi.Item)) 532if (System.Windows.Controls.ItemsControl.EqualsEx(value, x.Item)) 576return _root[index].Item; 775get { return _ie.Current.Item; }
src\Framework\MS\Internal\Data\LiveShapingTree.cs (2)
74lsi.Item, oldIndex, newIndex), 105if (System.Windows.Controls.ItemsControl.EqualsEx(finger.Item.Item, item))
src\Framework\System\Windows\Data\ListCollectionView.cs (3)
3151lsi.Item, oldIndex, newIndex), 3177object item = lsi.Item; 3295return (lsi == null) ? o : lsi.Item;