6 references to GetAutomationPeersFromRange
PresentationFramework (6)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
66
return TextContainerHelper.
GetAutomationPeersFromRange
(_childrenStart, _childrenEnd, textContainer.Start);
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (2)
84
return TextContainerHelper.
GetAutomationPeersFromRange
(owner.TextContainer.Start, owner.TextContainer.End, null);
96
return TextContainerHelper.
GetAutomationPeersFromRange
(start, end, owner.TextContainer.Start);
System\Windows\Automation\Peers\TextBlockAutomationPeer.cs (1)
40
peers = TextContainerHelper.
GetAutomationPeersFromRange
(owner.TextContainer.Start, owner.TextContainer.End, null);
System\Windows\Automation\Peers\TextElementAutomationPeer.cs (2)
44
return TextContainerHelper.
GetAutomationPeersFromRange
(textElement.ContentStart, textElement.ContentEnd, null);
215
return TextContainerHelper.
GetAutomationPeersFromRange
(start, end, textElement.ContentStart);