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