1 write to _childrenEnd
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
221
_childrenEnd
= end.CreatePointer();
2 references to _childrenEnd
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (2)
65
if (_childrenStart != null &&
_childrenEnd
!= null)
68
return TextContainerHelper.GetAutomationPeersFromRange(_childrenStart,
_childrenEnd
, textContainer.Start);