3 references to ListBoxItemAutomationPeer
PresentationFramework (3)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
35
return new
ListBoxItemAutomationPeer
(item, this);
System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (1)
29
:
base
(owner, listviewAP)
System\Windows\Automation\Peers\ListBoxAutomationPeer.cs (1)
33
return new
ListBoxItemAutomationPeer
(item, this);