1 write to _expanderPeer
PresentationFramework (1)
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
126_expanderPeer = UIElementAutomationPeer.CreatePeerForElement(owner.Expander);
9 references to _expanderPeer
PresentationFramework (9)
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (9)
128if (_expanderPeer != null) 130_expanderPeer.EventsSource = this; 133_expanderPeer.GetChildren(); 140if (_expanderPeer == null) 146children.Add(_expanderPeer); 330if (_expanderPeer != null) 332return _expanderPeer.IsKeyboardFocusable(); 342if (_expanderPeer != null) 344return _expanderPeer.HasKeyboardFocus();