1 write to _expanderPeer
PresentationFramework (1)
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
138_expanderPeer = UIElementAutomationPeer.CreatePeerForElement(owner.Expander);
9 references to _expanderPeer
PresentationFramework (9)
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (9)
140if (_expanderPeer != null) 142_expanderPeer.EventsSource = this; 145_expanderPeer.GetChildren(); 152if (_expanderPeer == null) 158children.Add(_expanderPeer); 342if (_expanderPeer != null) 344return _expanderPeer.IsKeyboardFocusable(); 354if (_expanderPeer != null) 356return _expanderPeer.HasKeyboardFocus();