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)
461
using (
RecyclableWrapper
recyclableWrapper = ItemsControlAutomationPeer.GetRecyclableWrapperPeer(item))
483
using (
RecyclableWrapper
recyclableWrapper = ItemsControlAutomationPeer.GetRecyclableWrapperPeer(item))
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (2)
426
internal
RecyclableWrapper
GetRecyclableWrapperPeer(object item)
549
private
RecyclableWrapper
_recyclableWrapperCache;