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