1 write to _recyclableWrapperCache
PresentationFramework (1)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
429_recyclableWrapperCache = new RecyclableWrapper(itemsControl, item);
3 references to _recyclableWrapperCache
PresentationFramework (3)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
427if (_recyclableWrapperCache == null) 433_recyclableWrapperCache.LinkItem(item); 436return _recyclableWrapperCache;