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)
140
if (
_expanderPeer
!= null)
142
_expanderPeer
.EventsSource = this;
145
_expanderPeer
.GetChildren();
152
if (
_expanderPeer
== null)
158
children.Add(
_expanderPeer
);
342
if (
_expanderPeer
!= null)
344
return
_expanderPeer
.IsKeyboardFocusable();
354
if (
_expanderPeer
!= null)
356
return
_expanderPeer
.HasKeyboardFocus();