2 references to ExpanderToggleButton
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (1)
42
ToggleButton expanderToggleButton = ((Expander)Owner).
ExpanderToggleButton
;
src\Framework\System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
314
if (owner.Expander.
ExpanderToggleButton
?.Focus() != true)