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