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