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