1 instantiation of ExpanderAutomationPeer
PresentationFramework (1)
System\Windows\Controls\Expander.cs (1)
295return new ExpanderAutomationPeer(this);
5 references to ExpanderAutomationPeer
PresentationFramework (5)
System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (3)
86Expander owner = (Expander)((ExpanderAutomationPeer)this).Owner; 99Expander owner = (Expander)((ExpanderAutomationPeer)this).Owner; 108Expander owner = (Expander)((ExpanderAutomationPeer)this).Owner;
System\Windows\Controls\Expander.cs (2)
132ExpanderAutomationPeer peer = UIElementAutomationPeer.FromElement(ep) as ExpanderAutomationPeer;