1 instantiation of RecyclableWrapper
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
432_recyclableWrapperCache = new RecyclableWrapper(itemsControl, item);
4 references to RecyclableWrapper
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (2)
461using (RecyclableWrapper recyclableWrapper = ItemsControlAutomationPeer.GetRecyclableWrapperPeer(item)) 483using (RecyclableWrapper recyclableWrapper = ItemsControlAutomationPeer.GetRecyclableWrapperPeer(item))
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (2)
426internal RecyclableWrapper GetRecyclableWrapperPeer(object item) 549private RecyclableWrapper _recyclableWrapperCache;