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