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)
2988
return _entry[index].
Item
;
3053
if (ItemsControl.EqualsEx(_entry[k].
Item
, item))