1 type derived from ListBoxAutomationPeer
PresentationFramework (1)
System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
12public class ListViewAutomationPeer : ListBoxAutomationPeer
1 instantiation of ListBoxAutomationPeer
PresentationFramework (1)
System\Windows\Controls\ListBox.cs (1)
221return new System.Windows.Automation.Peers.ListBoxAutomationPeer(this);
2 references to ListBoxAutomationPeer
PresentationFramework (2)
System\Windows\Controls\ListBox.cs (2)
297ListBoxAutomationPeer peer = UIElementAutomationPeer.CreatePeerForElement(this) as ListBoxAutomationPeer;