1 instantiation of ExpanderAutomationPeer
PresentationFramework (1)
System\Windows\Controls\Expander.cs (1)
299
return new
ExpanderAutomationPeer
(this);
5 references to ExpanderAutomationPeer
PresentationFramework (5)
System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (3)
98
Expander owner = (Expander)((
ExpanderAutomationPeer
)this).Owner;
111
Expander owner = (Expander)((
ExpanderAutomationPeer
)this).Owner;
120
Expander owner = (Expander)((
ExpanderAutomationPeer
)this).Owner;
System\Windows\Controls\Expander.cs (2)
136
ExpanderAutomationPeer
peer = UIElementAutomationPeer.FromElement(ep) as
ExpanderAutomationPeer
;