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