1 write to _expanderPeer
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
141
_expanderPeer
= UIElementAutomationPeer.CreatePeerForElement(owner.Expander);
7 references to _expanderPeer
PresentationFramework (7)
src\Framework\System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (7)
143
if (
_expanderPeer
!= null)
145
_expanderPeer
.EventsSource = this;
148
_expanderPeer
.GetChildren();
328
if (
_expanderPeer
!= null)
330
return
_expanderPeer
.IsKeyboardFocusable();
340
if (
_expanderPeer
!= null)
342
return
_expanderPeer
.HasKeyboardFocus();