1 type derived from ComboBoxAutomationPeer
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\AutomatedComboBox.cs (1)
25private class AutomatedComboBoxAutomationPeer : ComboBoxAutomationPeer
1 instantiation of ComboBoxAutomationPeer
PresentationFramework (1)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
1908return new ComboBoxAutomationPeer(this);
13 references to ComboBoxAutomationPeer
PresentationFramework (13)
src\Framework\System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (4)
165return ((ComboBox)(((ComboBoxAutomationPeer)this).Owner)).Text; 203ComboBox owner = (ComboBox)((ComboBoxAutomationPeer)this).Owner; 217ComboBox owner = (ComboBox)((ComboBoxAutomationPeer)this).Owner; 227ComboBox owner = (ComboBox)((ComboBoxAutomationPeer)this).Owner;
src\Framework\System\Windows\Automation\Peers\ListBoxItemAutomationPeer.cs (3)
58IExpandCollapseProvider iecp = (IExpandCollapseProvider)UIElementAutomationPeer.FromElement(parent) as ComboBoxAutomationPeer; 73ComboBoxAutomationPeer parentPeer = ItemsControlAutomationPeer as ComboBoxAutomationPeer;
src\Framework\System\Windows\Controls\ComboBox.cs (6)
226ComboBoxAutomationPeer peer = UIElementAutomationPeer.FromElement(comboBox) as ComboBoxAutomationPeer; 585ComboBoxAutomationPeer peer = UIElementAutomationPeer.CreatePeerForElement(this) as ComboBoxAutomationPeer; 628ComboBoxAutomationPeer peer = UIElementAutomationPeer.FromElement(cb) as ComboBoxAutomationPeer;