1 type derived from ComboBoxAutomationPeer
PresentationUI (1)
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
519private class ZoomComboBoxBoxAutomationPeer : ComboBoxAutomationPeer, IValueProvider
1 instantiation of ComboBoxAutomationPeer
PresentationFramework (1)
System\Windows\Controls\ComboBox.cs (1)
1905return new ComboBoxAutomationPeer(this);
13 references to ComboBoxAutomationPeer
PresentationFramework (13)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (4)
170return ((ComboBox)(((ComboBoxAutomationPeer)this).Owner)).Text; 208ComboBox owner = (ComboBox)((ComboBoxAutomationPeer)this).Owner; 222ComboBox owner = (ComboBox)((ComboBoxAutomationPeer)this).Owner; 232ComboBox owner = (ComboBox)((ComboBoxAutomationPeer)this).Owner;
System\Windows\Automation\Peers\ListBoxItemAutomationPeer.cs (3)
60IExpandCollapseProvider iecp = (IExpandCollapseProvider)UIElementAutomationPeer.FromElement(parent) as ComboBoxAutomationPeer; 74ComboBoxAutomationPeer parentPeer = ItemsControlAutomationPeer as ComboBoxAutomationPeer;
System\Windows\Controls\ComboBox.cs (6)
225ComboBoxAutomationPeer peer = UIElementAutomationPeer.FromElement(comboBox) as ComboBoxAutomationPeer; 584ComboBoxAutomationPeer peer = UIElementAutomationPeer.CreatePeerForElement(this) as ComboBoxAutomationPeer; 627ComboBoxAutomationPeer peer = UIElementAutomationPeer.FromElement(cb) as ComboBoxAutomationPeer;