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)
127
if (
_expanderPeer
!= null)
129
_expanderPeer
.EventsSource = this;
132
_expanderPeer
.GetChildren();
139
if (
_expanderPeer
== null)
145
children.Add(
_expanderPeer
);
326
if (
_expanderPeer
!= null)
328
return
_expanderPeer
.IsKeyboardFocusable();
338
if (
_expanderPeer
!= null)
340
return
_expanderPeer
.HasKeyboardFocus();