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