1 write to _expanderPeer
PresentationFramework (1)
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
125_expanderPeer = UIElementAutomationPeer.CreatePeerForElement(owner.Expander);
9 references to _expanderPeer
PresentationFramework (9)
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (9)
127if (_expanderPeer != null) 129_expanderPeer.EventsSource = this; 132_expanderPeer.GetChildren(); 139if (_expanderPeer == null) 145children.Add(_expanderPeer); 326if (_expanderPeer != null) 328return _expanderPeer.IsKeyboardFocusable(); 338if (_expanderPeer != null) 340return _expanderPeer.HasKeyboardFocus();