2 writes to Item
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (2)
3051_entry[offset + i].Item = null; 3058_entry[index].Item = item;
2 references to Item
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (2)
3001return _entry[index].Item; 3066if (ItemsControl.EqualsEx(_entry[k].Item, item))