2 writes to Item
PresentationFramework (2)
System\Windows\Controls\ItemContainerGenerator.cs (2)
3038_entry[offset + i].Item = null; 3045_entry[index].Item = item;
2 references to Item
PresentationFramework (2)
System\Windows\Controls\ItemContainerGenerator.cs (2)
2988return _entry[index].Item; 3053if (ItemsControl.EqualsEx(_entry[k].Item, item))