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