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