1 write to _recyclableWrapperCache
PresentationFramework (1)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
408
_recyclableWrapperCache
= new RecyclableWrapper(itemsControl, item);
3 references to _recyclableWrapperCache
PresentationFramework (3)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
406
if (
_recyclableWrapperCache
== null)
412
_recyclableWrapperCache
.LinkItem(item);
415
return
_recyclableWrapperCache
;