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