1 write to _expanderPeer
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
141_expanderPeer = UIElementAutomationPeer.CreatePeerForElement(owner.Expander);
7 references to _expanderPeer
PresentationFramework (7)
src\Framework\System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (7)
143if (_expanderPeer != null) 145_expanderPeer.EventsSource = this; 148_expanderPeer.GetChildren(); 328if (_expanderPeer != null) 330return _expanderPeer.IsKeyboardFocusable(); 340if (_expanderPeer != null) 342return _expanderPeer.HasKeyboardFocus();