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