2 instantiations of ItemsControlWrapperAutomationPeer
PresentationFramework (2)
System\Windows\Controls\ItemsControl.cs (2)
4014return new ItemsControlWrapperAutomationPeer(this); 4029return new ItemsControlWrapperAutomationPeer(this);
1 reference to ItemsControlWrapperAutomationPeer
PresentationFramework (1)
System\Windows\Automation\Peers\ItemsControlItemAutomationPeer.cs (1)
15public ItemsControlItemAutomationPeer(object item, ItemsControlWrapperAutomationPeer parent)