1 write to _recyclableWrapperCache
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
432
_recyclableWrapperCache
= new RecyclableWrapper(itemsControl, item);
3 references to _recyclableWrapperCache
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
430
if (
_recyclableWrapperCache
== null)
436
_recyclableWrapperCache
.LinkItem(item);
439
return
_recyclableWrapperCache
;