1 type derived from ListBoxItemAutomationPeer
PresentationFramework (1)
System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (1)
25
public class GridViewItemAutomationPeer :
ListBoxItemAutomationPeer
2 instantiations of ListBoxItemAutomationPeer
PresentationFramework (2)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
35
return new
ListBoxItemAutomationPeer
(item, this);
System\Windows\Automation\Peers\ListBoxAutomationPeer.cs (1)
33
return new
ListBoxItemAutomationPeer
(item, this);