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)
128
if (
_expanderPeer
!= null)
130
_expanderPeer
.EventsSource = this;
133
_expanderPeer
.GetChildren();
140
if (
_expanderPeer
== null)
146
children.Add(
_expanderPeer
);
327
if (
_expanderPeer
!= null)
329
return
_expanderPeer
.IsKeyboardFocusable();
339
if (
_expanderPeer
!= null)
341
return
_expanderPeer
.HasKeyboardFocus();