1 type derived from ComboBoxAutomationPeer
PresentationUI (1)
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
506private class ZoomComboBoxBoxAutomationPeer : ComboBoxAutomationPeer, IValueProvider
1 instantiation of ComboBoxAutomationPeer
PresentationFramework (1)
System\Windows\Controls\ComboBox.cs (1)
1892return new ComboBoxAutomationPeer(this);
13 references to ComboBoxAutomationPeer
PresentationFramework (13)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (4)
157return ((ComboBox)(((ComboBoxAutomationPeer)this).Owner)).Text; 195ComboBox owner = (ComboBox)((ComboBoxAutomationPeer)this).Owner; 209ComboBox owner = (ComboBox)((ComboBoxAutomationPeer)this).Owner; 219ComboBox owner = (ComboBox)((ComboBoxAutomationPeer)this).Owner;
System\Windows\Automation\Peers\ListBoxItemAutomationPeer.cs (3)
46IExpandCollapseProvider iecp = (IExpandCollapseProvider)UIElementAutomationPeer.FromElement(parent) as ComboBoxAutomationPeer; 60ComboBoxAutomationPeer parentPeer = ItemsControlAutomationPeer as ComboBoxAutomationPeer;
System\Windows\Controls\ComboBox.cs (6)
214ComboBoxAutomationPeer peer = UIElementAutomationPeer.FromElement(comboBox) as ComboBoxAutomationPeer; 567ComboBoxAutomationPeer peer = UIElementAutomationPeer.CreatePeerForElement(this) as ComboBoxAutomationPeer; 609ComboBoxAutomationPeer peer = UIElementAutomationPeer.FromElement(cb) as ComboBoxAutomationPeer;