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