1 type derived from ExpanderAutomationPeer
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (1)
467private class AdvancedCategoryContainerAutomationPeer : ExpanderAutomationPeer, IAutomationFocusChangedEventSource
1 instantiation of ExpanderAutomationPeer
PresentationFramework (1)
src\Framework\System\Windows\Controls\Expander.cs (1)
300return new ExpanderAutomationPeer(this);
5 references to ExpanderAutomationPeer
PresentationFramework (5)
src\Framework\System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (3)
94Expander owner = (Expander)((ExpanderAutomationPeer)this).Owner; 107Expander owner = (Expander)((ExpanderAutomationPeer)this).Owner; 116Expander owner = (Expander)((ExpanderAutomationPeer)this).Owner;
src\Framework\System\Windows\Controls\Expander.cs (2)
137ExpanderAutomationPeer peer = UIElementAutomationPeer.FromElement(ep) as ExpanderAutomationPeer;