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