1 instantiation of RecyclableWrapper
PresentationFramework (1)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
417
_recyclableWrapperCache = new
RecyclableWrapper
(itemsControl, item);
4 references to RecyclableWrapper
PresentationFramework (4)
System\Windows\Automation\Peers\ItemAutomationPeer.cs (2)
500
using (
RecyclableWrapper
recyclableWrapper = ItemsControlAutomationPeer.GetRecyclableWrapperPeer(item))
523
using (
RecyclableWrapper
recyclableWrapper = itemsControlAutomationPeer.GetRecyclableWrapperPeer(item))
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (2)
411
internal
RecyclableWrapper
GetRecyclableWrapperPeer(object item)
533
private
RecyclableWrapper
_recyclableWrapperCache;