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
);
330
if (
_expanderPeer
!= null)
332
return
_expanderPeer
.IsKeyboardFocusable();
342
if (
_expanderPeer
!= null)
344
return
_expanderPeer
.HasKeyboardFocus();