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)
430if (_recyclableWrapperCache == null) 436_recyclableWrapperCache.LinkItem(item); 439return _recyclableWrapperCache;