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